.. image:: /static/logo.png | python-arango-async ------------------- Welcome to the documentation for python-arango-async_, a Python driver for ArangoDB_. You can check out a demo app at python-arango-async-demo_. Requirements ============= - ArangoDB version 3.11+ - Python version 3.10+ Installation ============ .. code-block:: bash ~$ pip install python-arango-async --upgrade Contents ======== **Basics** .. toctree:: :maxdepth: 1 overview database collection indexes document graph aql **Specialized Features** .. toctree:: :maxdepth: 1 foxx transaction view analyzer cluster **API Executions** .. toctree:: :maxdepth: 1 async **Administration** .. toctree:: :maxdepth: 1 admin user **Miscellaneous** .. toctree:: :maxdepth: 1 cursor authentication http certificates compression serialization backup task errors errno logging helpers migration **Development** .. toctree:: :maxdepth: 1 specs .. _ArangoDB: https://www.arangodb.com .. _python-arango-async: https://github.com/arangodb/python-arango-async .. _python-arango-async-demo: https://github.com/apetenchea/python-arango-async-demo