LICENSE
MANIFEST.in
README.txt
ez_setup.py
setup.py
couchdbkit/__init__.py
couchdbkit/client.py
couchdbkit/exceptions.py
couchdbkit/loaders.py
couchdbkit/loading.py
couchdbkit/macros.py
couchdbkit/properties.py
couchdbkit/properties_proxy.py
couchdbkit/resource.py
couchdbkit/schema.py
couchdbkit/session.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
tests/__init__.py
tests/client_test.py
tests/test_loaders.py
tests/test_resource.py
tests/test_schema.py
tests/data/.DS_Store
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