.gitignore
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Pipfile
Pipfile.lock
README.md
UNIVERSITIES.md
main.py
pyproject.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/ISSUE_TEMPLATE/uninew.yml
.github/workflows/build.yml
.github/workflows/pyinstaller.yml
.github/workflows/pytest.yml
.github/workflows/test.yml
blackboard_sync/__about__.py
blackboard_sync/__init__.py
blackboard_sync/__main__.py
blackboard_sync/config.py
blackboard_sync/download.py
blackboard_sync/institutions.py
blackboard_sync/sync.py
blackboard_sync/sync_controller.py
blackboard_sync/universities.json
blackboard_sync/updates.py
blackboard_sync/assets/logo.png
blackboard_sync/assets/watermark.png
blackboard_sync/content/__init__.py
blackboard_sync/content/api_path.py
blackboard_sync/content/attachment.py
blackboard_sync/content/base.py
blackboard_sync/content/body.py
blackboard_sync/content/content.py
blackboard_sync/content/course.py
blackboard_sync/content/document.py
blackboard_sync/content/externallink.py
blackboard_sync/content/folder.py
blackboard_sync/content/job.py
blackboard_sync/content/unhandled.py
blackboard_sync/content/webdav.py
blackboard_sync/qt/LoginWebView.ui
blackboard_sync/qt/SettingsWindow.ui
blackboard_sync/qt/SetupWizard.ui
blackboard_sync/qt/UniNotSupportedDialog.ui
blackboard_sync/qt/__init__.py
blackboard_sync/qt/qt_elements.py
blackboardsync.egg-info/PKG-INFO
blackboardsync.egg-info/SOURCES.txt
blackboardsync.egg-info/dependency_links.txt
blackboardsync.egg-info/entry_points.txt
blackboardsync.egg-info/requires.txt
blackboardsync.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/custom.css
docs/dev/bb_api.rst
docs/dev/qt_api.rst
docs/dev/sync_api.rst
packaging/pyinst.py
packaging/releases.py
packaging/replace.py
packaging/linux/app.bbsync.BlackboardSync.desktop
packaging/linux/app.bbsync.BlackboardSync.metainfo.xml
packaging/linux/icon.svg
packaging/macos/pkg_macos.sh
packaging/windows/icon-150.png
packaging/windows/icon-44.png
packaging/windows/icon.ico
packaging/windows/pkg_win.nsi
scripts/__init__.py
scripts/fetch_api_versions.py
tests/__init__.py
tests/strategies.py
tests/test_content.py
tests/test_institutions.py
tests/test_qt.py
tests/test_sync_config.py