8000 GitHub - influxdata/influxdb-python at 9bae5a4a9fa89676c939df9028fbc8383b620330
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

influxdata/influxdb-python

Repository files navigation

influxdb-python

Python client for InfluxDB

For developers

To test influxdb-python with multiple version of Python, you can use tox:

$ tox

If you don't have all Python version listed in tox.ini, then

$ tox -e py27
0