LICENSE
MANIFEST.in
README.md
pyproject.toml
src/usos/__init__.py
src/usos/__main__.py
src/usos/core.py
src/usos/models.py
src/usos/utils.py
src/usos/auth/__init__.py
src/usos/auth/models.py
src/usos/auth/prompts.py
src/usos/auth/resources.py
src/usos/auth/tools.py
src/usos/auth/utils.py
src/usos/grades/__init__.py
src/usos/grades/models.py
src/usos/grades/prompts.py
src/usos/grades/tools.py
src/usos/grades/utils.py
src/usos/schedule/__init__.py
src/usos/schedule/models.py
src/usos/schedule/prompts.py
src/usos/schedule/tools.py
src/usos/schedule/utils.py
src/usos_mcp.egg-info/PKG-INFO
src/usos_mcp.egg-info/SOURCES.txt
src/usos_mcp.egg-info/dependency_links.txt
src/usos_mcp.egg-info/entry_points.txt
src/usos_mcp.egg-info/requires.txt
src/usos_mcp.egg-info/top_level.txt
tests/test_auth.py
tests/test_schedule.py
tests/test_utils.py