PER's in-house library for log parsing and data analysis.
https://penn-electric-racing.github.io/PER-Data-Analyzer/
Docs are autogenerated using Sphinx. To generate the docs locally, run the following
cd docs
sphinx-build -b html source build # HTML
sphinx-build -M markdown source build_md # MarkdownWe use pytest for testing. In the root directory, run the following
pytest
# Generates coverage report in htmlcov/index.html
pytest --cov=perda --cov-report=html