[[python-embedded]]
Python embedded bindings
========================

This describes _neo4j-embedded_, a Python library that lets you use the embedded Neo4j database in Python.

Apart from the reference documentation and installation instructions in this section, you may also want to take a look at <<tutorials-python-embedded>>.

The source code for this project lives on GitHub: https://github.com/neo4j/python-embedded

:leveloffset: 2

include::installation.txt[]

include::reference/core.txt[]

include::reference/indexes.txt[]

include::reference/cypher.txt[]

include::reference/traversal.txt[]

