Metadata-Version: 2.1
Name: mini-memgraph
Version: 0.1.2
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.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Requires-Dist: pandas (>=2.0.0,<3.0.0)
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.

## Installation
Install from [PyPI](https://pypi.org/project/mini-memgraph/)

`pip install mini-memgraph`

## Disclaimer
This software was produced as a backend interface for an unsecured locally hosted Memgraph database for data analysis 
and research. I am not qualified to write secure code that would be suitable for a production environment. 
Do not use this code for production. All code is utilised at user's own risk etc.
