Metadata-Version: 2.1
Name: mini-memgraph
Version: 0.1.0
Summary: A basic wrapper to simplify interacting with a local Memgraph instance using Python.
Home-page: https://github.com/Minyall/mini_memgraph
License: MIT
Author: James Allen-Robertson
Author-email: minyall@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Requires-Dist: pymgclient (>=1.3.1,<2.0.0)
Project-URL: Repository, https://github.com/Minyall/mini_memgraph
Description-Content-Type: text/markdown

# Mini-Memgraph
A basic wrapper to simplify interacting with a local [Memgraph](https://memgraph.com/) instance using Python.

Produced predominantly to serve as a common backend class for my other projects, but should be suitable for general use. Docstrings incoming and pull requests welcomed.
