.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pylintrc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/create_plugin.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/reference.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/images/moodle_names.png
docs/reference/abstract_sync_plugin.rst
docs/reference/errors.rst
docs/reference/smb.rst
misc/debugplugin/kitovu_debug.py
misc/debugplugin/setup.py
misc/dockerfiles/.gitignore
misc/dockerfiles/Dockerfile
misc/dockerfiles/entrypoint.sh
misc/dockerfiles/run.sh
src/kitovu/__init__.py
src/kitovu/__main__.py
src/kitovu/cli.py
src/kitovu/utils.py
src/kitovu.egg-info/PKG-INFO
src/kitovu.egg-info/SOURCES.txt
src/kitovu.egg-info/dependency_links.txt
src/kitovu.egg-info/entry_points.txt
src/kitovu.egg-info/not-zip-safe
src/kitovu.egg-info/requires.txt
src/kitovu.egg-info/top_level.txt
src/kitovu/gui/__init__.py
src/kitovu/gui/app.py
src/kitovu/gui/confscreen.py
src/kitovu/gui/kitovu.png
src/kitovu/gui/mainwindow.py
src/kitovu/gui/startscreen.py
src/kitovu/gui/syncscreen.py
src/kitovu/sync/__init__.py
src/kitovu/sync/filecache.py
src/kitovu/sync/settings.py
src/kitovu/sync/syncing.py
src/kitovu/sync/syncplugin.py
src/kitovu/sync/plugin/__init__.py
src/kitovu/sync/plugin/moodle.py
src/kitovu/sync/plugin/smb.py
tests/conftest.py
tests/test_cli.py
tests/test_dummyplugin.py
tests/test_filecache.py
tests/test_utils.py
tests/assets/smb_example_config.yml
tests/assets/moodle/all_courses_by_field.json
tests/assets/moodle/course_bsys2.json
tests/assets/moodle/course_categories.json
tests/assets/moodle/course_se1.json
tests/assets/moodle/course_wi2.json
tests/assets/moodle/course_wrstat.json
tests/assets/moodle/get_site_info.json
tests/assets/moodle/get_users_courses.json
tests/assets/moodle/invalid_courseid.json
tests/assets/moodle/invalid_token.json
tests/assets/moodle/invalid_wsfunction.json
tests/gui/test_confscreen.py
tests/gui/test_mainwindow.py
tests/gui/test_startscreen.py
tests/gui/test_syncscreen.py
tests/helpers/dummyplugin.py
tests/helpers/in_memory_keyring.py
tests/sync/test_moodle.py
tests/sync/test_settings.py
tests/sync/test_smb.py
tests/sync/test_syncing.py