AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
build.sh
example.cfg
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/index.rst
docs/keyring.rst
docs/license.rst
docs/make.bat
docs/problems.rst
docs/supported.rst
docs/tutorial.rst
docs/vdir.rst
docs/lg/.git/HEAD
docs/lg/.git/config
docs/lg/.git/description
docs/lg/.git/packed-refs
docs/lg/.git/hooks/applypatch-msg.sample
docs/lg/.git/hooks/commit-msg.sample
docs/lg/.git/hooks/post-update.sample
docs/lg/.git/hooks/pre-applypatch.sample
docs/lg/.git/hooks/pre-commit.sample
docs/lg/.git/hooks/pre-push.sample
docs/lg/.git/hooks/pre-rebase.sample
docs/lg/.git/hooks/prepare-commit-msg.sample
docs/lg/.git/hooks/update.sample
docs/lg/.git/info/exclude
docs/lg/.git/info/refs
docs/lg/.git/objects/info/packs
tests/__init__.py
tests/__init__.pyc
tests/conftest.py
tests/conftest.pyc
tests/test_cli.py
tests/test_doubleclick.py
tests/test_sync.py
tests/__pycache__/__init__.cpython-33.pyc
tests/__pycache__/conftest.cpython-33.pyc
tests/__pycache__/test_cli.cpython-27-PYTEST.pyc
tests/__pycache__/test_cli.cpython-33-PYTEST.pyc
tests/__pycache__/test_doubleclick.cpython-27-PYTEST.pyc
tests/__pycache__/test_doubleclick.cpython-33-PYTEST.pyc
tests/__pycache__/test_sync.cpython-27-PYTEST.pyc
tests/__pycache__/test_sync.cpython-33-PYTEST.pyc
tests/storage/__init__.py
tests/storage/__init__.pyc
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/__pycache__/__init__.cpython-33.pyc
tests/storage/__pycache__/test_filesystem.cpython-27-PYTEST.pyc
tests/storage/__pycache__/test_filesystem.cpython-33-PYTEST.pyc
tests/storage/__pycache__/test_http.cpython-27-PYTEST.pyc
tests/storage/__pycache__/test_http.cpython-33-PYTEST.pyc
tests/storage/__pycache__/test_http_with_singlefile.cpython-27-PYTEST.pyc
tests/storage/__pycache__/test_http_with_singlefile.cpython-33-PYTEST.pyc
tests/storage/__pycache__/test_memory.cpython-27-PYTEST.pyc
tests/storage/__pycache__/test_memory.cpython-33-PYTEST.pyc
tests/storage/__pycache__/test_singlefile.cpython-27-PYTEST.pyc
tests/storage/__pycache__/test_singlefile.cpython-33-PYTEST.pyc
tests/storage/dav/__init__.py
tests/storage/dav/__init__.pyc
tests/storage/dav/conftest.pyc
tests/storage/dav/test_main.py
tests/storage/dav/__pycache__/__init__.cpython-33.pyc
tests/storage/dav/__pycache__/test_main.cpython-27-PYTEST.pyc
tests/storage/dav/__pycache__/test_main.cpython-33-PYTEST.pyc
tests/storage/dav/servers/__init__.py
tests/storage/dav/servers/__init__.pyc
tests/storage/dav/servers/__pycache__/__init__.cpython-33.pyc
tests/storage/dav/servers/radicale/__init__.py
tests/storage/dav/servers/radicale/__init__.pyc
tests/storage/dav/servers/radicale/install.sh
tests/storage/dav/servers/radicale/__pycache__/__init__.cpython-33.pyc
tests/utils/__init__.py
tests/utils/__init__.pyc
tests/utils/test_main.py
tests/utils/test_vobject.py
tests/utils/__pycache__/__init__.cpython-33.pyc
tests/utils/__pycache__/test_main.cpython-27-PYTEST.pyc
tests/utils/__pycache__/test_main.cpython-33-PYTEST.pyc
tests/utils/__pycache__/test_vobject.cpython-27-PYTEST.pyc
tests/utils/__pycache__/test_vobject.cpython-33-PYTEST.pyc
vdirsyncer/__init__.py
vdirsyncer/cli.py
vdirsyncer/doubleclick.py
vdirsyncer/exceptions.py
vdirsyncer/log.py
vdirsyncer/sync.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/storage/__init__.py
vdirsyncer/storage/base.py
vdirsyncer/storage/dav.py
vdirsyncer/storage/filesystem.py
vdirsyncer/storage/http.py
vdirsyncer/storage/memory.py
vdirsyncer/storage/singlefile.py
vdirsyncer/utils/__init__.py
vdirsyncer/utils/compat.py
vdirsyncer/utils/vobject.py