Installation

To install the latest release:

$ pip install aioinflux
$ pip install aioinflux[pandas]  # For DataFrame parsing support

The library is still in beta, so you may also want to install the latest version from the development branch:

$ pip install git+https://github.com/plugaai/aioinflux@dev

Dependencies

Aioinflux supports Python 3.6+ ONLY. For older Python versions please use the official Python client. However, there is some discussion regarding Pypy/Python 3.5 support.

The main third-party library dependency is aiohttp, for all HTTP request handling. and pandas for DataFrame reading/writing support.

There are currently no plans to support other HTTP libraries besides aiohttp. If aiohttp + asyncio is not your soup, see alternatives.