LICENSE
MANIFEST.in
README.rst
pyproject.toml
src/picker/__init__.py
src/picker/admin.py
src/picker/apps.py
src/picker/conf.py
src/picker/exceptions.py
src/picker/forms.py
src/picker/importers.py
src/picker/utils.py
src/picker.egg-info/PKG-INFO
src/picker.egg-info/SOURCES.txt
src/picker.egg-info/dependency_links.txt
src/picker.egg-info/requires.txt
src/picker.egg-info/top_level.txt
src/picker/management/__init__.py
src/picker/management/commands/__init__.py
src/picker/management/commands/import_picks.py
src/picker/migrations/0001_initial.py
src/picker/migrations/0002_auto_20160720_0917.py
src/picker/migrations/0003_auto_20180801_0800.py
src/picker/migrations/0004_auto_20180802_1515.py
src/picker/migrations/0005_auto_20180804_0926.py
src/picker/migrations/0006_auto_20180824_1356.py
src/picker/migrations/0007_auto_20180828_1855.py
src/picker/migrations/0008_auto_20180902_1428.py
src/picker/migrations/0009_auto_20181127_1329.py
src/picker/migrations/0010_auto_20181202_1240.py
src/picker/migrations/0011_team_notes.py
src/picker/migrations/0012_auto_20191224_1707.py
src/picker/migrations/0013_alter_tv_len.py
src/picker/migrations/0014_league_is_active.py
src/picker/migrations/0015_alter_for_big_int.py
src/picker/migrations/0016_picker.py
src/picker/migrations/__init__.py
src/picker/models/__init__.py
src/picker/models/picks.py
src/picker/models/sports.py
src/picker/templates/picker/_base/.DS_Store
src/picker/templates/picker/_base/group_select.html
src/picker/templates/picker/_base/score_strip.html
src/picker/templates/picker/_base/season_nav.html
src/picker/templates/picker/_base/season_nav_all.html
src/picker/templates/picker/_base/team_pick_field.html
src/picker/templates/picker/_base/unavailable.html
src/picker/templates/picker/_base/manage/game.html
src/picker/templates/picker/_base/manage/home.html
src/picker/templates/picker/_base/manage/results.html
src/picker/templates/picker/_base/manage/season.html
src/picker/templates/picker/_base/picks/make.html
src/picker/templates/picker/_base/picks/season.html
src/picker/templates/picker/_base/picks/show.html
src/picker/templates/picker/_base/results/results.html
src/picker/templates/picker/_base/results/season.html
src/picker/templates/picker/_base/roster/picker.html
src/picker/templates/picker/_base/roster/season.html
src/picker/templates/picker/_base/schedule/season.html
src/picker/templates/picker/_base/teams/detail.html
src/picker/templates/picker/_base/teams/listing.html
src/picker/templates/picker/inclusions/byes.html
src/picker/templatetags/__init__.py
src/picker/templatetags/picker_tags.py
src/picker/urls/__init__.py
src/picker/urls/picks.py
src/picker/urls/sports.py
src/picker/views/__init__.py
src/picker/views/base.py
src/picker/views/manage.py
src/picker/views/picks.py
src/picker/views/sports.py
tests/test_importers.py
tests/test_manage.py
tests/test_misc.py
tests/test_models.py
tests/test_picks.py
tests/test_roster.py