Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.21 KB

File metadata and controls

53 lines (35 loc) · 1.21 KB

Asyncflux

Asynchronous client for InfluxDB and Tornado.

Travis CI status Coveralls status

Installation

You can use pip to install Asyncflux:

$ pip install git+https://github.com/puentesarrin/asyncflux.git

Documentation

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.

License

Asyncflux is available under the Apache License, Version 2.0.