Skip to content

A basic wrapper to simplify interacting with a local Memgraph instance using Python.

Notifications You must be signed in to change notification settings

Minyall/mini_memgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Memgraph

A basic wrapper to simplify interacting with a local Memgraph 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

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.

About

A basic wrapper to simplify interacting with a local Memgraph instance using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages