Skip to main content

Python client library and toolkit for Neo4j Unofficial. Used for GLO-4035 ULaval course.

Project description

PyPI version PyPI Downloads License Coverage Status

Py2neo is a client library and toolkit for working with Neo4j from within Python applications. The library supports both Bolt and HTTP and provides a high level API, an OGM, admin tools, a Cypher lexer for Pygments, and many other bells and whistles.

Command line tooling has been removed from the library in py2neo 2021.2. This functionality now exists in the separate ipy2neo project.

As of version 2021.1, py2neo contains full support for routing, as exposed by a Neo4j cluster. This can be enabled using a neo4j://... URI or by passing routing=True to a Graph constructor.

Installation & Compatibility

To install the latest release of py2neo, simply use:

$ pip install py2neo

The following versions of Python and Neo4j (all editions) are supported:

Neo4j

Python 3.5+

Python 2.7

4.4

GitHub workflow status for tests against Neo4j 4.4 using py35+

GitHub workflow status for tests against Neo4j 4.4 using py27

4.3

GitHub workflow status for tests against Neo4j 4.3 using py35+

GitHub workflow status for tests against Neo4j 4.3 using py27

4.2

GitHub workflow status for tests against Neo4j 4.2 using py35+

GitHub workflow status for tests against Neo4j 4.2 using py27

4.1

GitHub workflow status for tests against Neo4j 4.1 using py35+

GitHub workflow status for tests against Neo4j 4.1 using py27

4.0

GitHub workflow status for tests against Neo4j 4.0 using py35+

GitHub workflow status for tests against Neo4j 4.0 using py27

3.5

GitHub workflow status for tests against Neo4j 3.5 using py35+

GitHub workflow status for tests against Neo4j 3.5 using py27

3.4

GitHub workflow status for tests against Neo4j 3.4 using py35+

GitHub workflow status for tests against Neo4j 3.4 using py27

Note that py2neo is developed and tested under Linux using standard CPython distributions. While other operating systems and Python distributions may work, support for these is not available.

Quick Example

To run a query against a local database is straightforward:

>>> from py2neo import Graph
>>> graph = Graph("bolt://localhost:7687", auth=("neo4j", "password"))
>>> graph.run("UNWIND range(1, 3) AS n RETURN n, n * n as n_sq")
   n | n_sq
-----|------
   1 |    1
   2 |    4
   3 |    9

Releases & Versioning

As of 2020, py2neo has switched to Calendar Versioning, using a scheme of YYYY.N.M. Here, N is an incrementing zero-based number for each year, and M is a revision within that version (also zero-based).

No compatibility guarantees are given between versions, but as a general rule, a change in M should require little-to-no work within client applications, whereas a change in N may require some work. A change to the year is likely to require a more significant amount of work to upgrade.

Note that py2neo is developed on a rolling basis, so patches are not made to old versions. Users will instead need to install the latest release to adopt bug fixes.

More

For more information, read the handbook.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py2neoglo4035-2021.2.dev0.tar.gz (156.3 kB view details)

Uploaded Source

Built Distribution

py2neoglo4035-2021.2.dev0-py2.py3-none-any.whl (177.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file py2neoglo4035-2021.2.dev0.tar.gz.

File metadata

  • Download URL: py2neoglo4035-2021.2.dev0.tar.gz
  • Upload date:
  • Size: 156.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for py2neoglo4035-2021.2.dev0.tar.gz
Algorithm Hash digest
SHA256 a0ee3f39581dfa0fc4be964a1c953243e5694f3c51cb9667f5c23a1919fffecd
MD5 4893351f5fce2744814ff3f3f8174017
BLAKE2b-256 7977b1f1bff38c1b46068b6ac01dd48023e16ed4a9b250678924750bb68dc86c

See more details on using hashes here.

File details

Details for the file py2neoglo4035-2021.2.dev0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for py2neoglo4035-2021.2.dev0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5ae3c0105cb146d6c1a491eed9f0fa45571d767bbd67fdd4120df21fbed2836c
MD5 aa00af8b20b138b722b11dc9eccd5443
BLAKE2b-256 c67c245818f011ad61538cc2df77e8bd9adb9161f2d36210684391dfd0acfac5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page