LICENSE
MANIFEST.in
README.rst
config.json.dist
conftest.py
pyproject.toml
setup.py
docs/Makefile
docs/conf.py
docs/environment.yaml
docs/index.rst
docs/known_issues.rst
docs/make.bat
docs/requirements.txt
docs/_static/css/custom.css
docs/_templates/layout.html
docs/changes/index.rst
docs/migrating/guest.rst
docs/migrating/host.rst
docs/migrating/index.rst
docs/migrating/location.rst
docs/migrating/panelist.rst
docs/migrating/scorekeeper.rst
docs/migrating/show.rst
docs/tests/guest.rst
docs/tests/host.rst
docs/tests/index.rst
docs/tests/location.rst
docs/tests/panelist.rst
docs/tests/pronoun.rst
docs/tests/scorekeeper.rst
docs/tests/show.rst
docs/tests/validation.rst
docs/wwdtm/guest.rst
docs/wwdtm/host.rst
docs/wwdtm/index.rst
docs/wwdtm/location.rst
docs/wwdtm/panelist.rst
docs/wwdtm/pronoun.rst
docs/wwdtm/scorekeeper.rst
docs/wwdtm/show.rst
docs/wwdtm/validation.rst
tests/__init__.py
tests/test_init.py
tests/test_validation.py
tests/guest/test_guest_appearances.py
tests/guest/test_guest_guest.py
tests/guest/test_guest_utility.py
tests/host/test_host_appearances.py
tests/host/test_host_host.py
tests/host/test_host_utility.py
tests/location/test_location_location.py
tests/location/test_location_recordings.py
tests/location/test_location_utility.py
tests/panelist/test_panelist_appearances.py
tests/panelist/test_panelist_decimal_scores.py
tests/panelist/test_panelist_panelist.py
tests/panelist/test_panelist_scores.py
tests/panelist/test_panelist_statistics.py
tests/panelist/test_panelist_utility.py
tests/pronoun/test_pronoun_pronouns.py
tests/scorekeeper/test_scorekeeper_appearances.py
tests/scorekeeper/test_scorekeeper_scorekeeper.py
tests/scorekeeper/test_scorekeeper_utility.py
tests/show/test_show_info.py
tests/show/test_show_info_multiple.py
tests/show/test_show_show.py
tests/show/test_show_utility.py
wwdtm/__init__.py
wwdtm/validation.py
wwdtm.egg-info/PKG-INFO
wwdtm.egg-info/SOURCES.txt
wwdtm.egg-info/dependency_links.txt
wwdtm.egg-info/requires.txt
wwdtm.egg-info/top_level.txt
wwdtm/guest/__init__.py
wwdtm/guest/appearances.py
wwdtm/guest/guest.py
wwdtm/guest/utility.py
wwdtm/host/__init__.py
wwdtm/host/appearances.py
wwdtm/host/host.py
wwdtm/host/utility.py
wwdtm/location/__init__.py
wwdtm/location/location.py
wwdtm/location/recordings.py
wwdtm/location/utility.py
wwdtm/panelist/__init__.py
wwdtm/panelist/appearances.py
wwdtm/panelist/decimal_scores.py
wwdtm/panelist/panelist.py
wwdtm/panelist/scores.py
wwdtm/panelist/statistics.py
wwdtm/panelist/utility.py
wwdtm/pronoun/__init__.py
wwdtm/pronoun/pronouns.py
wwdtm/scorekeeper/__init__.py
wwdtm/scorekeeper/appearances.py
wwdtm/scorekeeper/scorekeeper.py
wwdtm/scorekeeper/utility.py
wwdtm/show/__init__.py
wwdtm/show/info.py
wwdtm/show/info_multiple.py
wwdtm/show/show.py
wwdtm/show/utility.py