.flake8
.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
requirements.txt
src/py_moodle/__init__.py
src/py_moodle/__main__.py
src/py_moodle/assign.py
src/py_moodle/auth.py
src/py_moodle/category.py
src/py_moodle/course.py
src/py_moodle/draftfile.py
src/py_moodle/folder.py
src/py_moodle/label.py
src/py_moodle/module.py
src/py_moodle/page.py
src/py_moodle/resource.py
src/py_moodle/scorm.py
src/py_moodle/section.py
src/py_moodle/session.py
src/py_moodle/settings.py
src/py_moodle/upload.py
src/py_moodle/url.py
src/py_moodle/user.py
src/py_moodle/cli/__init__.py
src/py_moodle/cli/admin.py
src/py_moodle/cli/app.py
src/py_moodle/cli/categories.py
src/py_moodle/cli/courses.py
src/py_moodle/cli/folders.py
src/py_moodle/cli/modules.py
src/py_moodle/cli/pages.py
src/py_moodle/cli/resources.py
src/py_moodle/cli/sections.py
src/py_moodle/cli/urls.py
src/py_moodle/cli/users.py
src/python_moodle.egg-info/PKG-INFO
src/python_moodle.egg-info/SOURCES.txt
src/python_moodle.egg-info/dependency_links.txt
src/python_moodle.egg-info/entry_points.txt
src/python_moodle.egg-info/requires.txt
src/python_moodle.egg-info/top_level.txt
tests/test_assign.py
tests/test_auth.py
tests/test_category.py
tests/test_course.py
tests/test_draftfile.py
tests/test_folder.py
tests/test_label.py
tests/test_module.py
tests/test_page.py
tests/test_resource.py
tests/test_scorm.py
tests/test_section.py
tests/test_upload.py
tests/test_url.py
tests/test_user.py