Metadata-Version: 2.1
Name: bmondata
Version: 0.5.1
Summary: Allows retrieval and storage of data on BMON Servers.
Home-page: https://github.com/alanmitchell/bmondata
Author: Alan Mitchell
Author-email: tabb99@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.18.4)
Requires-Dist: pandas (>=0.23.2)

# bmondata
Allows easy access to sensor data residing on a [BMON Server](https://github.com/alanmitchell/bmon).

This package provides a wrapper around the the BMON API, version 2.  It allows retrieval
of key data stored in the BMON database, including sensor readings, sensor metadata, building
information, and organization information.  It is not comprehensive as some BMON information is
not available.  It also allows for storage of new sensor readings in a BMON
sensor reading database.


