Skip to main content

Neo4j Bolt driver for Python

Project description

Installation

To install the latest stable version, use:

pip install neo4j-driver

For the most up-to-date version (possibly unstable), use:

pip install git+https://github.com/neo4j/neo4j-python-driver.git#egg=neo4j-driver

Example Usage

from neo4j.v1 import GraphDatabase
driver = GraphDatabase.driver("bolt://localhost")
session = driver.session()
session.run("CREATE (a:Person {name:'Bob'})")
result = session.run("MATCH (a:Person) RETURN a.name AS name")
for record in result:
    print(record["name"])
result.close()
session.close()

Command Line

python -m neo4j "CREATE (a:Person {name:'Alice'}) RETURN a, labels(a), a.name"

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

neo4j-driver-1.0.0rc1.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neo4j_driver-1.0.0rc1-py2.py3-none-any.whl (30.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file neo4j-driver-1.0.0rc1.tar.gz.

File metadata

File hashes

Hashes for neo4j-driver-1.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 5342d038bceb6738d6014a959459aaa68d7215dc2d0b089f80cb453a15748671
MD5 f0b66de1a0d0ecc8c30b3a02fa6aa01f
BLAKE2b-256 d1a2b3ac46932cc1ac42db5f00abf67e1868f40f5a8e416040d77f82995d3a89

See more details on using hashes here.

File details

Details for the file neo4j_driver-1.0.0rc1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for neo4j_driver-1.0.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 85b366b9079f2bacc94e4a66e8456ec6afa9f0bf918e65023c8f81e6466808bc
MD5 6835102782a561612f8b7fac2bc8975c
BLAKE2b-256 780d3a3d7da0a0db35859fb42222a8a1f0efa8916b4d5c1d7657ffaa47daab25

See more details on using hashes here.

Supported by

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