Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 523 Bytes

PyMillDB: A python library for MillenniumDB

PyMillDB is a library that implements modules and classes for interacting with MillenniumDB.

Most of the classes in this library require a MDBClient instance, which connects to the pymilldb_server, found at the MillenniumDB-Dev/MillenniumAI branch.

For the Doxygen documentation, follow this link.

For installing the library, just run the pip install pymdb command.