LICENSE
MANIFEST.in
README.md
pyproject.toml
cs3560cli/VERSION
cs3560cli/__init__.py
cs3560cli/__main__.py
cs3560cli/config.py
cs3560cli/main.py
cs3560cli/store.py
cs3560cli.egg-info/PKG-INFO
cs3560cli.egg-info/SOURCES.txt
cs3560cli.egg-info/dependency_links.txt
cs3560cli.egg-info/entry_points.txt
cs3560cli.egg-info/requires.txt
cs3560cli.egg-info/top_level.txt
cs3560cli/commands/auth.py
cs3560cli/commands/categorize.py
cs3560cli/commands/check.py
cs3560cli/commands/create.py
cs3560cli/commands/db.py
cs3560cli/commands/get.py
cs3560cli/commands/highlight.py
cs3560cli/commands/watch.py
cs3560cli/services/canvas.py
cs3560cli/services/github.py
cs3560cli/static/htmx.min.js
cs3560cli/templates/index.html
tests/test_canvas_api.py
tests/test_cli.py
tests/test_config.py
tests/test_create_commands.py
tests/test_github_api.py