.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
LICENSE
Pipfile
Pipfile.lock
README.md
pyproject.toml
.github/FUNDING.yml
.github/workflows/build.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/pages/api.rst
docs/pages/exceptions.rst
docs/pages/moodle.rst
moodle/__init__.py
moodle/api.py
moodle/exceptions.py
moodle/moodle.py
moodle/py.typed
moods.egg-info/PKG-INFO
moods.egg-info/SOURCES.txt
moods.egg-info/dependency_links.txt
moods.egg-info/requires.txt
moods.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_models.py