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/blocker_storage.py
DirectReport/database/daily_storage.py
DirectReport/database/entry_storage.py
DirectReport/database/jira_storage.py
DirectReport/database/note_storage.py
DirectReport/database/weekly_storage.py
DirectReport/models/__init__.py
DirectReport/models/daily_builder.py
DirectReport/models/entry.py
DirectReport/models/list_builder.py
DirectReport/models/weekly_builder.py
DirectReport/models/blocker_models/__init__.py
DirectReport/models/blocker_models/block_builder.py
DirectReport/models/blocker_models/blocker.py
DirectReport/models/jira_models/__init__.py
DirectReport/models/jira_models/jira.py
DirectReport/models/jira_models/jira_builder.py
DirectReport/models/note/__init__.py
DirectReport/models/note/note.py
DirectReport/models/note/note_builder.py
DirectReport/tests/test_commandline.py
DirectReport/tests/test_db.py
DirectReport/tests/test_jira_data_store.py
DirectReport/tests/test_list_builder.py
DirectReport/tests/test_model.py
DirectReport/tests/test_web.py
DirectReport/tests/test_weekly_storage.py
docs/.nojekyll
docs/Makefile
docs/buildDocs.sh
docs/make.bat
docs/source/DirectReport.browserview.rst
docs/source/DirectReport.commandline.rst
docs/source/DirectReport.database.rst
docs/source/DirectReport.models.blocker_models.rst
docs/source/DirectReport.models.jira_models.rst
docs/source/DirectReport.models.note.rst
docs/source/DirectReport.models.rst
docs/source/DirectReport.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/setup.rst