https://github.com/deviceinsight/python-data-processor-example
https://github.com/deviceinsight/python-data-processor-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deviceinsight/python-data-processor-example
- Owner: deviceinsight
- License: apache-2.0
- Created: 2018-06-14T10:28:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T16:28:12.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T15:43:13.108Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
....