LICENSE
MANIFEST.in
NOTICE
README.rst
THANKS
setup.cfg
setup.py
Couchapp.egg-info/PKG-INFO
Couchapp.egg-info/SOURCES.txt
Couchapp.egg-info/dependency_links.txt
Couchapp.egg-info/not-zip-safe
Couchapp.egg-info/requires.txt
Couchapp.egg-info/top_level.txt
couchapp/__init__.py
couchapp/client.py
couchapp/clone_app.py
couchapp/commands.py
couchapp/config.py
couchapp/dispatch.py
couchapp/errors.py
couchapp/generator.py
couchapp/localdoc.py
couchapp/macros.py
couchapp/util.py
couchapp/autopush/__init__.py
couchapp/autopush/command.py
couchapp/autopush/handler.py
couchapp/autopush/watcher.py
couchapp/autopush/winwatcher.py
couchapp/hooks/__init__.py
couchapp/hooks/compress/__init__.py
couchapp/hooks/compress/compress_css.py
couchapp/hooks/compress/jsmin.py
couchapp/hooks/compress/yuicompressor.py
couchapp/templates/app/README.md
couchapp/templates/app/couchapp.json
couchapp/templates/app/language
couchapp/templates/app/_attachments/index.html
couchapp/templates/app/_attachments/script/app.js
couchapp/templates/app/_attachments/style/main.css
couchapp/templates/app/views/recent-items/map.js
couchapp/templates/functions/filter.js
couchapp/templates/functions/list.js
couchapp/templates/functions/map.js
couchapp/templates/functions/reduce.js
couchapp/templates/functions/show.js
couchapp/templates/functions/spatial.js
couchapp/templates/functions/update.js
couchapp/templates/functions/validate_doc_update.js
couchapp/templates/vendor/couchapp/metadata.json
couchapp/templates/vendor/couchapp/_attachments/jquery.couch.app.js
couchapp/templates/vendor/couchapp/_attachments/jquery.couch.app.util.js
couchapp/templates/vendor/couchapp/_attachments/jquery.couchForm.js
couchapp/templates/vendor/couchapp/_attachments/jquery.couchLogin.js
couchapp/templates/vendor/couchapp/_attachments/jquery.couchProfile.js
couchapp/templates/vendor/couchapp/_attachments/jquery.mustache.js
couchapp/templates/vendor/couchapp/_attachments/md5.js
couchapp/vendors/__init__.py
couchapp/vendors/base.py
couchapp/vendors/backends/__init__.py
couchapp/vendors/backends/base.py
couchapp/vendors/backends/couchdb.py
couchapp/vendors/backends/git.py
couchapp/vendors/backends/hg.py
doc/extends.md
doc/gettingstarted.md
doc/index.md
doc/usage.md
doc/imgs/gettingstarted01.png
doc/imgs/gettingstarted02.png
doc/imgs/gettingstarted03.png
doc/imgs/gettingstarted04.png
resources/macosx/Couchapp_Uninstall.tool
resources/macosx/LICENSE.txt
resources/macosx/README.build
resources/macosx/Readme.html
resources/macosx/Welcome.html
resources/macosx/build.txt
resources/macosx/couchapp.pmdoc/01couchapp-contents.xml
resources/macosx/couchapp.pmdoc/01couchapp.xml
resources/macosx/couchapp.pmdoc/02templates-contents.xml
resources/macosx/couchapp.pmdoc/02templates.xml
resources/macosx/couchapp.pmdoc/index.xml
resources/scripts/couchapp
resources/scripts/couchapp.bat
resources/win32/README.build
resources/win32/couchapp.iss
resources/win32/postinstall.txt
tests/__init__.py
tests/test_cli.py
tests/test_ignores.py
tests/testapp/.couchapprc
tests/testapp/_attachments/index.html
tests/testapp/_attachments/style/main.css
tests/testapp/foo/bar.txt
tests/testapp/lib/helpers/foo.js
tests/testapp/lib/helpers/foo_rec.js
tests/testapp/lib/helpers/math.js
tests/testapp/lib/helpers/template.js
tests/testapp/lib/templates/example.html
tests/testapp/lists/feed.js
tests/testapp/shows/example-show.js
tests/testapp/views/wrong.js
tests/testapp/views/example/map.js
tests/testapp/views/example/reduce.js