An open API service indexing awesome lists of open source software.

https://github.com/deviceinsight/python-data-processor-example


https://github.com/deviceinsight/python-data-processor-example

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

= Example Data Processor

Example data processor written in Python. Any received datapoint values
are changed to a value of `42.0`. The priority of events is set to `100`.

== Install requirements

....
pip3 install -r requirements.txt
....

== Running tests

....
cd tests
python3 -m pytest -s
....