.flake8
.gitattributes
.gitignore
CLAUDE.md
CONTRIBUTING.md
COPYING
COPYING.LESSER
MANIFEST.in
Makefile
README.md
TESTING.md
changelog.md
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/BRANCH_PROTECTION.md
.github/workflows/ci.yml
assets/carleton_courses.json
src/schedulo_api.egg-info/PKG-INFO
src/schedulo_api.egg-info/SOURCES.txt
src/schedulo_api.egg-info/dependency_links.txt
src/schedulo_api.egg-info/entry_points.txt
src/schedulo_api.egg-info/requires.txt
src/schedulo_api.egg-info/top_level.txt
src/uoapi/__init__.py
src/uoapi/__modules__
src/uoapi/__version__.py
src/uoapi/cli.py
src/uoapi/cli_tools.py
src/uoapi/log_config.py
src/uoapi/py.typed
src/uoapi/carleton/__init__.py
src/uoapi/carleton/cli.py
src/uoapi/carleton/discovery.py
src/uoapi/carleton/models.py
src/uoapi/course/__init__.py
src/uoapi/course/cli.py
src/uoapi/course/course_info.py
src/uoapi/course/models.py
src/uoapi/course/parse.py
src/uoapi/course/patterns.py
src/uoapi/course/prereq.py
src/uoapi/course/utils.py
src/uoapi/dates/__init__.py
src/uoapi/dates/cli.py
src/uoapi/dates/important_dates.py
src/uoapi/example/__init__.py
src/uoapi/example/cli.py
src/uoapi/example/example_functions.py
src/uoapi/rmp/__init__.py
src/uoapi/rmp/cli.py
src/uoapi/rmp/rate_my_prof.py
src/uoapi/template/__init__.py
src/uoapi/template/cli.py
src/uoapi/template/code.py
src/uoapi/timetable/__init__.py
src/uoapi/timetable/cli.py
src/uoapi/timetable/query_timetable.py
src/uoapi/timetable/data/template_query.json
tests/carleton/__init__.py
tests/carleton/test_carleton_simple.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/course/test_models.py
tests/course/test_regress.py
tests/course/data/courses.json
tests/course/data/subjects.json
tests/timetable/test_query_timetable.py
tests/timetable/data/bad_get_response.html
tests/timetable/data/csi3140_winter2020.html
tests/timetable/data/csi3140_winter2020.json
tests/timetable/data/examples.tsv
tests/timetable/data/exceeded_limit.html
tests/timetable/data/get_icsid.txt
tests/timetable/data/get_response.html
tests/timetable/data/mat4995_winter2020.html
tests/timetable/data/mat4995_winter2020.json
tests/timetable/data/mat4_winter2020.html
tests/timetable/data/mat4_winter2020.json
tests/timetable/data/not_found.html
tests/timetable/data/phy1321_fall2019.html
tests/timetable/data/phy1321_fall2019.json
tests/timetable/data/post_response.html