influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.69k stars 520 forks source link

Client doesn't conform to PEP 0249 #256

Open willnx opened 8 years ago

willnx commented 8 years ago

It would be really great if the client code conformed to PEP 0249 https://www.python.org/dev/peps/pep-0249/ - this would allow integration into well known ORMs like SQLAlchemy.

gabelev commented 8 years ago

This looks like it would take some big changes to do this. Where do you think it should start? Or would it be one big re-write?

voron3x commented 8 years ago

+1

Now I write the DB backend for Django and lack of support pep249 makes me apply the Adapter pattern.

sebito91 commented 4 years ago

Just following up here to see if there was anything still required on this. It's a relatively large body of work, curious if you were keen to submit a patch which we can integrate to a v6.0.0 release (latest is currently v5.3.0)