Skip to content
forked from sirmmo/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.

License

Notifications You must be signed in to change notification settings

RedCraig/py2neo

 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • Other 2.1%