.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/automerge.yml
.github/workflows/black.yml
.github/workflows/continuous_integration.yml
.github/workflows/isort.yml
.github/workflows/pylint.yml
tests/test_fields.py
tests/test_schedule.py
tests/testdata/test_schedule.json
wintertoo/__init__.py
wintertoo/database.py
wintertoo/errors.py
wintertoo/fields.py
wintertoo/schedule.py
wintertoo/submit.py
wintertoo/utils.py
wintertoo/validate.py
wintertoo.egg-info/PKG-INFO
wintertoo.egg-info/SOURCES.txt
wintertoo.egg-info/dependency_links.txt
wintertoo.egg-info/requires.txt
wintertoo.egg-info/top_level.txt
wintertoo/data/__init__.py
wintertoo/data/observing_request_schema.json
wintertoo/data/summer_fields.txt
wintertoo/data/winter_fields.txt
wintertoo/models/__init__.py
wintertoo/models/image.py
wintertoo/models/program.py
wintertoo/models/too.py