Neo4j Python Driver

The Neo4j Python Driver is the official library for interacting with Neo4j graph databases from Python applications. It communicates using the Bolt protocol and supports both single instance and clustered database deployments. The driver is available on PyPI as the neo4j package and provides a comprehensive API for session management, transaction handling, and result processing.

API entry from apis.yml

apis.yml Raw ↑
aid: neo4j:python-driver
name: Neo4j Python Driver
description: The Neo4j Python Driver is the official library for interacting with Neo4j graph databases
  from Python applications. It communicates using the Bolt protocol and supports both single instance
  and clustered database deployments. The driver is available on PyPI as the neo4j package and provides
  a comprehensive API for session management, transaction handling, and result processing.
humanURL: https://neo4j.com/docs/python-manual/current/
tags:
- Python
- SDK
- Driver
- Graph Database
- Bolt
properties:
- type: Documentation
  url: https://neo4j.com/docs/python-manual/current/
- type: Documentation
  url: https://neo4j.com/docs/api/python-driver/current/