Py2neo is a client library and comprehensive toolkit for working with Neo4j from within Python applications and from the command line. The core library has no external dependencies and has been carefully designed to be easy and intuitive to use.
- Python 2.7 / 3.3 / 3.4
- Neo4j 1.8 / 1.9 / 2.0 / 2.1 / 2.2 (the latest point release of each version is recommended)
To install, run the following::
$ pip install py2neo
For more information, read through the full introduction.
To get in touch, contact me via email or on Twitter.
For the previous stable release, check out the release/1.6.4 branch.