-
Hannes Feldt authoredHannes Feldt authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.04 KiB
Stingray
Station statistics gather and dump utility, writes station statistics contiously to the local S3 based object storage.
Installation
pip install .
Usage
l2ss-stingray-record <source> <target>
Contributing
To contribute, please create a feature branch and a "Draft" merge request. Upon completion, the merge request should be marked as ready and a reviewer should be assigned.
Verify your changes locally and be sure to add tests. Verifying local
changes is done through tox
.
pip install tox
With tox the same jobs as run on the CI/CD pipeline can be run. These include unit tests and linting.
tox
To automatically apply most suggested linting changes execute:
tox -e format
License
This project is licensed under the Apache License Version 2.0