/py2neo

Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line. The library has no external dependencies and has been carefully designed to be easy and intuitive to use.

Primary LanguagePythonApache License 2.0Apache-2.0

Build Status

Py2neo 2.0

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.

Requirements

  • 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)

Installation

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.