.codecov.yml .gitignore .gitmodules .travis.yml 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 contrib/vdirsyncer.plist docs/Makefile docs/changelog.rst docs/conf.py docs/config.rst docs/contact.rst docs/contributing.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/supported.rst docs/tutorial.rst docs/vdir.rst docs/when.rst docs/_static/.gitkeep scripts/id_travis.enc scripts/id_travis.pub scripts/make_travisconf.py scripts/travis-install.sh scripts/upload-hypothesis-db.sh tests/__init__.py tests/conftest.py tests/test_metasync.py tests/test_repair.py tests/test_sync.py tests/cli/conftest.py tests/cli/test_config.py tests/cli/test_discover.py tests/cli/test_fetchparams.py tests/cli/test_repair.py tests/cli/test_sync.py tests/cli/test_utils.py tests/storage/__init__.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_remotestorage.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/radicale/install.sh tests/storage/servers/skip/__init__.py tests/storage/servers/skip/install.sh tests/utils/__init__.py tests/utils/test_main.py tests/utils/test_vobject.py vdirsyncer/__init__.py vdirsyncer/exceptions.py vdirsyncer/metasync.py vdirsyncer/repair.py vdirsyncer/sync.py vdirsyncer/version.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/fetchparams.py vdirsyncer/cli/tasks.py vdirsyncer/cli/utils.py vdirsyncer/storage/__init__.py vdirsyncer/storage/base.py vdirsyncer/storage/dav.py vdirsyncer/storage/filesystem.py vdirsyncer/storage/google.py vdirsyncer/storage/http.py vdirsyncer/storage/memory.py vdirsyncer/storage/remotestorage.py vdirsyncer/storage/singlefile.py vdirsyncer/utils/__init__.py vdirsyncer/utils/http.py vdirsyncer/utils/vobject.py