Metadata-Version: 2.1
Name: influxdblite
Version: 0.0.20
Summary: A basic python ORM for InfluxDB OSS 2.x.
Home-page: https://github.com/rtroncoso-perry/influxdb_lite.git
Author: rtroncoso-perry
Author-email: rodrigo.troncoso@perry.sg
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# InfluxDB Lite #

## Overview ##

InfluxDB Lite is a basic ORM for InfluxDB OSS 2.x. 
InfluxDB lite builds on top of the InfluxDB python client library.

## Dependencies ##
influxdb-client

## Licence & Copyright ##

Licensed under the [MIT License](LICENSE).
