Welcome to the documentation for aioarangodb, a Python driver for ArangoDB with AsyncIO.

Features

  • Pythonic interface
  • Lightweight
  • High API coverage

Compatibility

  • Python versions 3.5, 3.6 and 3.7 are supported
  • aioArangoDB supports ArangoDB 3.5+

Installation

To install a stable version from PyPi:

~$ pip install aioarangodb

To install the latest version directly from GitHub:

~$ pip install -e git+git@github.com:bloodbare/aioarangodb.git@master#egg=aioarangodb

You may need to use sudo depending on your environment.