Asynchronous client for InfluxDB and Tornado.
You can use pip to install Asyncflux:
$ pip install git+https://github.com/puentesarrin/asyncflux.git
Sphinx is needed to generate the documentation. Documentation can be generated by issuing the following commands:
$ cd docs
$ make html
Or simply:
$ python setup.py doc
Also, the current documentation can be found at ReadTheDocs.
Asyncflux is available under the Apache License, Version 2.0.