.gitignore
LICENSE
MANIFEST.in
README.md
changelog.md
config.yml.default
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/workflows/publish-to-test-pypi.yml
src/whatsthedamage/__init__.py
src/whatsthedamage/__main__.py
src/whatsthedamage/app.py
src/whatsthedamage.egg-info/PKG-INFO
src/whatsthedamage.egg-info/SOURCES.txt
src/whatsthedamage.egg-info/dependency_links.txt
src/whatsthedamage.egg-info/entry_points.txt
src/whatsthedamage.egg-info/requires.txt
src/whatsthedamage.egg-info/top_level.txt
src/whatsthedamage/config/__init__.py
src/whatsthedamage/config/config.py
src/whatsthedamage/controllers/__init__.py
src/whatsthedamage/controllers/cli.py
src/whatsthedamage/controllers/routes.py
src/whatsthedamage/controllers/whatsthedamage.py
src/whatsthedamage/locale/en/LC_MESSAGES/messages.po
src/whatsthedamage/locale/hu/LC_MESSAGES/messages.po
src/whatsthedamage/models/__init__.py
src/whatsthedamage/models/csv_file_handler.py
src/whatsthedamage/models/csv_processor.py
src/whatsthedamage/models/csv_row.py
src/whatsthedamage/models/data_frame_formatter.py
src/whatsthedamage/models/row_enrichment.py
src/whatsthedamage/models/row_filter.py
src/whatsthedamage/models/row_summarizer.py
src/whatsthedamage/models/rows_processor.py
src/whatsthedamage/utils/date_converter.py
src/whatsthedamage/utils/row_printer.py
src/whatsthedamage/view/__init__.py
src/whatsthedamage/view/forms.py
src/whatsthedamage/view/templates/about.html
src/whatsthedamage/view/templates/footer.html
src/whatsthedamage/view/templates/header.html
src/whatsthedamage/view/templates/index.html
src/whatsthedamage/view/templates/legal.html
src/whatsthedamage/view/templates/privacy.html
src/whatsthedamage/view/templates/result.html
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_config.py
tests/test_csv_file_handler.py
tests/test_csv_row.py
tests/test_data_frame_formatter.py
tests/test_date_converter.py
tests/test_routes.py
tests/test_row_enrichment.py
tests/test_row_filter.py
tests/test_row_summarizer.py
tests/test_rows_processor.py