COPYING
COPYING.LESSER
MANIFEST.in
Makefile
README
setup.py
u1db-client
u1db-serve
html-docs/Makefile
html-docs/conf.py
html-docs/conflicts.rst
html-docs/high-level-api.rst
html-docs/index.rst
html-docs/philosophy.rst
html-docs/quickstart.rst
html-docs/reference-implementation.rst
html-docs/tutorial.rst
u1db/__init__.py
u1db/errors.py
u1db/query_parser.py
u1db/sync.py
u1db/vectorclock.py
u1db.egg-info/PKG-INFO
u1db.egg-info/SOURCES.txt
u1db.egg-info/dependency_links.txt
u1db.egg-info/requires.txt
u1db.egg-info/top_level.txt
u1db/backends/__init__.py
u1db/backends/dbschema.sql
u1db/backends/inmemory.py
u1db/backends/sqlite_backend.py
u1db/commandline/__init__.py
u1db/commandline/client.py
u1db/commandline/command.py
u1db/commandline/serve.py
u1db/remote/__init__.py
u1db/remote/basic_auth_middleware.py
u1db/remote/cors_middleware.py
u1db/remote/http_app.py
u1db/remote/http_client.py
u1db/remote/http_database.py
u1db/remote/http_errors.py
u1db/remote/http_target.py
u1db/remote/oauth_middleware.py
u1db/remote/server_state.py
u1db/remote/ssl_match_hostname.py
u1db/remote/utils.py
u1db/tests/__init__.py
u1db/tests/test_auth_middleware.py
u1db/tests/test_backends.py
u1db/tests/test_c_backend.py
u1db/tests/test_common_backend.py
u1db/tests/test_cors_middleware.py
u1db/tests/test_document.py
u1db/tests/test_errors.py
u1db/tests/test_http_app.py
u1db/tests/test_http_client.py
u1db/tests/test_http_database.py
u1db/tests/test_https.py
u1db/tests/test_inmemory.py
u1db/tests/test_open.py
u1db/tests/test_query_parser.py
u1db/tests/test_remote_sync_target.py
u1db/tests/test_remote_utils.py
u1db/tests/test_server_state.py
u1db/tests/test_sqlite_backend.py
u1db/tests/test_sync.py
u1db/tests/test_test_infrastructure.py
u1db/tests/test_vectorclock.py
u1db/tests/commandline/__init__.py
u1db/tests/commandline/test_client.py
u1db/tests/commandline/test_command.py
u1db/tests/commandline/test_serve.py