LICENSE
MANIFEST.in
README.rst
distribute_setup.py
setup.cfg
setup.py
couchdbkit/__init__.py
couchdbkit/client.py
couchdbkit/consumer.py
couchdbkit/exceptions.py
couchdbkit/external.py
couchdbkit/loaders.py
couchdbkit/macros.py
couchdbkit/resource.py
couchdbkit/utils.py
couchdbkit.egg-info/PKG-INFO
couchdbkit.egg-info/SOURCES.txt
couchdbkit.egg-info/dependency_links.txt
couchdbkit.egg-info/not-zip-safe
couchdbkit.egg-info/requires.txt
couchdbkit.egg-info/top_level.txt
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/schema/__init__.py
couchdbkit/schema/base.py
couchdbkit/schema/properties.py
couchdbkit/schema/properties_proxy.py
couchdbkit/wsgi/__init__.py
couchdbkit/wsgi/handler.py
couchdbkit/wsgi/proxy.py
tests/__init__.py
tests/client_test.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