This is the logparser application.
- Python 3.5+
Install for the current user:
$ python -m pip install . --userRun the application:
$ python -m logparser --helpRun the test suite:
$ pytest test/Build documentation:
$ sphinx-build -b html doc doc/_build/html