.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/_logging.py
PQEnalyzer/energy_access.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/app_layout.py
PQEnalyzer/apps/file_watcher.py
PQEnalyzer/apps/tui.py
PQEnalyzer/icons/icon.png
PQEnalyzer/plots/__init__.py
PQEnalyzer/plots/features.py
PQEnalyzer/plots/labels.py
PQEnalyzer/plots/options.py
PQEnalyzer/plots/plot.py
PQEnalyzer/plots/plot_dashboard.py
PQEnalyzer/plots/plot_histogram.py
PQEnalyzer/plots/plot_time.py
PQEnalyzer/plots/terminal_chart.py
PQEnalyzer/plots/theme.py
PQEnalyzer/plots/value_readout.py
PQEnalyzer/readers/__init__.py
PQEnalyzer/readers/box_reader.py
PQEnalyzer/readers/factory.py
PQEnalyzer/readers/reader.py
PQEnalyzer/statistics/__init__.py
PQEnalyzer/statistics/statistic.py
examples/box-01.box
examples/box-02.box
examples/diff-run-a.en
examples/diff-run-a.info
examples/diff-run-b.en
examples/diff-run-b.info
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/conftest.py
tests/test_cli.py
tests/test_energy_access.py
tests/test_logging.py
tests/test_version.py
tests/apps/__init__.py
tests/apps/test_app.py
tests/apps/test_file_watcher.py
tests/apps/test_tui.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/e2e/__init__.py
tests/e2e/test_cli_modes.py
tests/plots/__init__.py
tests/plots/test_features.py
tests/plots/test_gui_plots.py
tests/plots/test_labels.py
tests/plots/test_terminal_chart.py
tests/plots/test_theme.py
tests/reader/__init__.py
tests/reader/test_box_reader.py
tests/reader/test_factory.py
tests/reader/test_reader.py
tests/statistics/__init__.py
tests/statistics/test_statistic.py