.codecov.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
ISSUE_TEMPLATE.md
LICENSE
MANIFEST.in
Makefile
README.rst
config.example
docs-requirements.txt
setup.cfg
setup.py
test-requirements.txt
.builds/archlinux.yaml
.builds/tests-minimal.yaml
.builds/tests-release.yaml
.github/workflows/publish.yml
contrib/vdirsyncer.plist
contrib/vdirsyncer.service
contrib/vdirsyncer.timer
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/contact.rst
docs/contributing.rst
docs/donations.rst
docs/index.rst
docs/installation.rst
docs/keyring.rst
docs/license.rst
docs/make.bat
docs/packaging.rst
docs/partial-sync.rst
docs/problems.rst
docs/ssl-tutorial.rst
docs/tutorial.rst
docs/vdir.rst
docs/when.rst
docs/_static/.gitkeep
docs/tutorials/baikal.rst
docs/tutorials/claws-mail.rst
docs/tutorials/davmail.rst
docs/tutorials/fastmail.rst
docs/tutorials/google.rst
docs/tutorials/icloud.rst
docs/tutorials/index.rst
docs/tutorials/nextcloud.rst
docs/tutorials/owncloud.rst
docs/tutorials/radicale.rst
docs/tutorials/systemd-timer.rst
docs/tutorials/todoman.rst
docs/tutorials/xandikos.rst
tests/__init__.py
tests/conftest.py
tests/storage/__init__.py
tests/storage/conftest.py
tests/storage/test_filesystem.py
tests/storage/test_http.py
tests/storage/test_http_with_singlefile.py
tests/storage/test_memory.py
tests/storage/test_singlefile.py
tests/storage/dav/__init__.py
tests/storage/dav/test_caldav.py
tests/storage/dav/test_carddav.py
tests/storage/dav/test_main.py
tests/storage/servers/radicale/__init__.py
tests/storage/servers/skip/__init__.py
tests/system/cli/__init__.py
tests/system/cli/conftest.py
tests/system/cli/test_config.py
tests/system/cli/test_discover.py
tests/system/cli/test_fetchparams.py
tests/system/cli/test_repair.py
tests/system/cli/test_sync.py
tests/system/cli/test_utils.py
tests/system/utils/test_main.py
tests/unit/test_exceptions.py
tests/unit/test_metasync.py
tests/unit/test_repair.py
tests/unit/cli/test_config.py
tests/unit/cli/test_discover.py
tests/unit/cli/test_fetchparams.py
tests/unit/sync/test_status.py
tests/unit/sync/test_sync.py
tests/unit/utils/test_vobject.py
vdirsyncer/__init__.py
vdirsyncer/__main__.py
vdirsyncer/exceptions.py
vdirsyncer/http.py
vdirsyncer/metasync.py
vdirsyncer/repair.py
vdirsyncer/utils.py
vdirsyncer/version.py
vdirsyncer/vobject.py
vdirsyncer.egg-info/PKG-INFO
vdirsyncer.egg-info/SOURCES.txt
vdirsyncer.egg-info/dependency_links.txt
vdirsyncer.egg-info/entry_points.txt
vdirsyncer.egg-info/requires.txt
vdirsyncer.egg-info/top_level.txt
vdirsyncer/cli/__init__.py
vdirsyncer/cli/config.py
vdirsyncer/cli/discover.py
vdirsyncer/cli/fetchparams.py
vdirsyncer/cli/tasks.py
vdirsyncer/cli/utils.py
vdirsyncer/storage/__init__.py
vdirsyncer/storage/base.py
vdirsyncer/storage/dav.py
vdirsyncer/storage/etesync.py
vdirsyncer/storage/filesystem.py
vdirsyncer/storage/google.py
vdirsyncer/storage/http.py
vdirsyncer/storage/memory.py
vdirsyncer/storage/singlefile.py
vdirsyncer/sync/__init__.py
vdirsyncer/sync/exceptions.py
vdirsyncer/sync/status.py