py2neo

Package — DatabasePython 3.7+Intermediate

Community Neo4j driver with OGM and Cypher toolkit

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
certifi, monotonic, neotime, packaging, pansi, pygments, six, urllib3
Install
pip install py2neo

Learn by Difficulty

Quick Example

python
# Install: pip install py2neo
import py2neo

# Basic py2neo usage
print(f"Using py2neo")
# See documentation for detailed examples

py2neo is a third-party package. Community Neo4j driver with OGM and Cypher toolkit. Install with: pip install py2neo

Try in Playground

Tags

packagedatabaseormpersistence