LICENSE
README.md
pyproject.toml
src/word_count_reporter/__init__.py
src/word_count_reporter/__main__.py
src/word_count_reporter/cli.py
src/word_count_reporter.egg-info/PKG-INFO
src/word_count_reporter.egg-info/SOURCES.txt
src/word_count_reporter.egg-info/dependency_links.txt
src/word_count_reporter.egg-info/entry_points.txt
src/word_count_reporter.egg-info/requires.txt
src/word_count_reporter.egg-info/top_level.txt
src/word_count_reporter/templates/report_template.html
src/word_count_reporter/templates/assets/scripts.js
src/word_count_reporter/templates/assets/style.css
src/word_count_reporter/vendor/__init__.py
src/word_count_reporter/vendor/inputfile.py
tests/test_determine_output_paths.py
tests/test_integration.py
tests/test_parse_input_file.py
tests/test_word_count.py