Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 417 Bytes

File metadata and controls

19 lines (14 loc) · 417 Bytes

python-OBD-influxdb

A python module for integrating the python-OBD module with the InfluxDB time-series database.

Installation

$ python -m pip install obd-influxdb

Basic Usage

import obd-influxdb

#TODO (connor): write basic example

References