1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
.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
|