LICENSE MANIFEST.in README.rst distribute_setup.py setup.cfg setup.py couchdbkit/__init__.py couchdbkit/changes.py couchdbkit/client.py couchdbkit/exceptions.py couchdbkit/external.py couchdbkit/loaders.py couchdbkit/resource.py couchdbkit/utils.py couchdbkit/version.py couchdbkit.egg-info/PKG-INFO couchdbkit.egg-info/SOURCES.txt couchdbkit.egg-info/dependency_links.txt couchdbkit.egg-info/entry_points.txt couchdbkit.egg-info/not-zip-safe couchdbkit.egg-info/requires.txt couchdbkit.egg-info/top_level.txt couchdbkit/consumer/__init__.py couchdbkit/consumer/base.py couchdbkit/consumer/ceventlet.py couchdbkit/consumer/cgevent.py couchdbkit/consumer/sync.py couchdbkit/designer/__init__.py couchdbkit/designer/fs.py couchdbkit/designer/macros.py couchdbkit/ext/__init__.py couchdbkit/ext/django/__init__.py couchdbkit/ext/django/forms.py couchdbkit/ext/django/loading.py couchdbkit/ext/django/schema.py couchdbkit/ext/django/testrunner.py couchdbkit/ext/django/management/__init__.py couchdbkit/ext/django/management/commands/__init__.py couchdbkit/ext/django/management/commands/sync_couchdb.py couchdbkit/ext/django/management/commands/sync_finish_couchdb.py couchdbkit/ext/django/management/commands/sync_prepare_couchdb.py couchdbkit/ext/pylons/__init__.py couchdbkit/ext/pylons/commands.py couchdbkit/ext/pylons/db.py couchdbkit/ext/pylons/test.py couchdbkit/ext/pylons/auth/__init__.py couchdbkit/ext/pylons/auth/adapters.py couchdbkit/ext/pylons/auth/basic.py couchdbkit/ext/pylons/auth/model.py couchdbkit/schema/__init__.py couchdbkit/schema/base.py couchdbkit/schema/properties.py couchdbkit/schema/properties_proxy.py couchdbkit/schema/util.py couchdbkit/wsgi/__init__.py couchdbkit/wsgi/handler.py couchdbkit/wsgi/proxy.py tests/__init__.py tests/client_test.py tests/test_changes.py tests/test_consumer.py tests/test_loaders.py tests/test_resource.py tests/test_schema.py tests/data/app-template/_attachments/index.html tests/data/app-template/_attachments/style/main.css tests/data/app-template/foo/bar.txt tests/data/app-template/lib/helpers/math.js tests/data/app-template/lib/helpers/template.js tests/data/app-template/lib/templates/example.html tests/data/app-template/lists/feed.js tests/data/app-template/shows/example-show.js tests/data/app-template/views/example/map.js tests/data/app-template/views/example/reduce.js