CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
DirectReport/__init__.py
DirectReport/__main__.py
DirectReport.egg-info/PKG-INFO
DirectReport.egg-info/SOURCES.txt
DirectReport.egg-info/dependency_links.txt
DirectReport.egg-info/requires.txt
DirectReport.egg-info/top_level.txt
DirectReport/browserview/__init__.py
DirectReport/browserview/app.py
DirectReport/browserview/static/css/main.css
DirectReport/browserview/static/js/index.js
DirectReport/browserview/templates/404.html
DirectReport/browserview/templates/base.html
DirectReport/browserview/templates/detail.html
DirectReport/browserview/templates/index.html
DirectReport/browserview/templates/list.html
DirectReport/commandline/__init__.py
DirectReport/commandline/commandline.py
DirectReport/database/__init__.py
DirectReport/database/daily_storage.py
DirectReport/database/entry_storage.py
DirectReport/database/weekly_storage.py
DirectReport/models/__.init__.py
DirectReport/models/entry.py
DirectReport/models/list_builder.py
DirectReport/tests/__init__.py
DirectReport/tests/test_commandline.py
DirectReport/tests/test_db.py
DirectReport/tests/test_list_builder.py
DirectReport/tests/test_model.py
DirectReport/tests/test_web.py
DirectReport/tests/test_weekly_storage.py