.gitignore
.pylintrc
LICENSE
README.md
codecov.yml
pyproject.toml
.githooks/commit-msg
.github/workflows/ci.yml
.github/workflows/release.yml
PQEnalyzer/__init__.py
PQEnalyzer/__main__.py
PQEnalyzer/__version__.py
PQEnalyzer.egg-info/PKG-INFO
PQEnalyzer.egg-info/SOURCES.txt
PQEnalyzer.egg-info/dependency_links.txt
PQEnalyzer.egg-info/entry_points.txt
PQEnalyzer.egg-info/requires.txt
PQEnalyzer.egg-info/top_level.txt
PQEnalyzer/apps/__init__.py
PQEnalyzer/apps/app.py
PQEnalyzer/apps/termapp.py
PQEnalyzer/icons/icon.png
PQEnalyzer/plots/__init__.py
PQEnalyzer/plots/plot.py
PQEnalyzer/plots/plot_histogram.py
PQEnalyzer/plots/plot_time.py
PQEnalyzer/plots/termplot.py
PQEnalyzer/readers/__init__.py
PQEnalyzer/readers/reader.py
PQEnalyzer/statistics/__init__.py
PQEnalyzer/statistics/statistic.py
examples/md-01.en
examples/md-01.info
examples/md-02.en
examples/md-02.info
examples/md-03.en
examples/md-03.info
tests/__init__.py
tests/benchmark/__init__.py
tests/benchmark/test_reader_benchmark.py
tests/benchmark/test_statistic_benchmark.py
tests/data/empty.en
tests/data/empty.info
tests/data/md-01.en
tests/data/md-01.info
tests/data/md-02.en
tests/data/md-02.info
tests/data/md-03.en
tests/data/md-03.info
tests/reader/__init__.py
tests/reader/test_reader.py
tests/statistics/__init__.py
tests/statistics/test_statistic.py