Welcome to the documentation for python-arango, a Python driver for ArangoDB.
If you're interested in using asyncio, please check python-arango-async driver.
- ArangoDB version 3.11+
- Python version 3.9+
~$ pip install python-arango --upgrade
Basics
.. toctree:: :maxdepth: 1 overview database collection indexes document graph simple aql
Specialized Features
.. toctree:: :maxdepth: 1 pregel foxx replication transaction cluster analyzer view wal
API Executions
.. toctree:: :maxdepth: 1 async batch overload
Administration
.. toctree:: :maxdepth: 1 admin user
Miscellaneous
.. toctree:: :maxdepth: 1 task threading certificates errors logging auth http compression serializer schema cursor backup errno
Development
.. toctree:: :maxdepth: 1 contributing specs