Metadata-Version: 2.1
Name: observation
Version: 0.0.4
Summary: environmental data interoperability in Python
Home-page: https://github.com/loco-philippe/Environmental-Sensing
Author: Philippe Thomy
Author-email: philippe@loco-labs.io
Keywords: observation,indexed list,development,environmental data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Python package
The Python package includes 
- all the connectors associated with the standard ObsJson format,
- classes Observation, Ilist, Iindex, ESValue, TimeSlot
## Python connectors
The Python connectors are defined :
- in the [documentation](https://loco-philippe.github.io/observation.html)
- in the [code](./observation/README.md)  files 
- in the [examples](./Examples/README.md)
- in the [validation dataset](./Validation/README.md)

## Installation
Observation itself is a pure Python package. It can be installed with pip 

    pip install observation
    
