A CLI tool similar to Git which will allow pulling and pushing to a Canvas course via direct files.
To setup your environment for contributions please follow this step by step.
python -m pip install poetry # If you don't have poetry.
python -m poetry install # Installs the dependencies of the project.
python -m poetry run pre-commit install # Sets up pre-commit.After this is completed you should have access to every dependency via python -m poetry. While developing you should use this environment to ensure reproducibility.
- Noah Sheppard - TEAM_MEMBER_ROLE
- Ryan Buck - TEAM_MEMBER_ROLE
- Andy Zheng - TEAM_MEMBER_ROLE
- Luka Moon - TEAM_MEMBER_ROLE
- Zachary Toomer - TEAM_MEMBER_ROLE