AUTHORS.md
CHANGES.md
LEGAL.md
MANIFEST.in
Makefile
README.md
README.rst
requirements.txt
runtests.py
setup.py
Shake.egg-info/PKG-INFO
Shake.egg-info/SOURCES.txt
Shake.egg-info/dependency_links.txt
Shake.egg-info/entry_points.txt
Shake.egg-info/not-zip-safe
Shake.egg-info/requires.txt
Shake.egg-info/top_level.txt
shake/__init__.py
shake/app.py
shake/config.py
shake/helpers.py
shake/render.py
shake/routes.py
shake/serializers.py
shake/session.py
shake/templates.py
shake/views.py
shake/wrappers.py
shake/cli/__init__.py
shake/cli/helpers.py
shake/default_templates/error.html
shake/default_templates/error_notallowed.html
shake/default_templates/error_notfound.html
shake/default_templates/shake_default_view.css
shake/skeletons/project/.gitignore
shake/skeletons/project/Makefile
shake/skeletons/project/README.md
shake/skeletons/project/__init__.py
shake/skeletons/project/main.py
shake/skeletons/project/manage.py
shake/skeletons/project/requirements.txt
shake/skeletons/project/urls.py
shake/skeletons/project/bundles/__init__.py
shake/skeletons/project/bundles/common/__init__.py
shake/skeletons/project/bundles/common/models.py
shake/skeletons/project/bundles/common/views.py
shake/skeletons/project/bundles/users/__init__.py
shake/skeletons/project/bundles/users/manage.py
shake/skeletons/project/bundles/users/models.py
shake/skeletons/project/docs/README.md
shake/skeletons/project/libs/README.md
shake/skeletons/project/locales/en.yml
shake/skeletons/project/requirements/common.txt
shake/skeletons/project/requirements/development.txt
shake/skeletons/project/requirements/production.txt
shake/skeletons/project/requirements/testing.txt
shake/skeletons/project/settings/__init__.py
shake/skeletons/project/settings/common.py.tmpl
shake/skeletons/project/settings/development.py
shake/skeletons/project/settings/production.py
shake/skeletons/project/settings/testing.py
shake/skeletons/project/static/robots.txt
shake/skeletons/project/static/images/favicon.ico
shake/skeletons/project/static/scripts/jquery-1.8.2.min.js
shake/skeletons/project/static/scripts/lodash.min.js
shake/skeletons/project/static/scripts/main.js
shake/skeletons/project/static/styles/main.css
shake/skeletons/project/templates/index.html
shake/skeletons/project/templates/common/base.html
shake/skeletons/project/templates/common/base_error.html
shake/skeletons/project/templates/common/error.html
shake/skeletons/project/templates/common/error_notallowed.html
shake/skeletons/project/templates/common/error_notfound.html
shake/skeletons/project/templates/users/.gitinclude
shake/skeletons/project/tests/__init__.py
shake/skeletons/resource/bundle/__init__.py.tmpl
shake/skeletons/resource/bundle/forms.py.tmpl
shake/skeletons/resource/bundle/manage.py
shake/skeletons/resource/bundle/models.py.tmpl
shake/skeletons/resource/bundle/views.py.tmpl
shake/skeletons/resource/bundle/views_admin.py.tmpl
shake/skeletons/resource/templates/edit.html.tmpl
shake/skeletons/resource/templates/flash.html.tmpl
shake/skeletons/resource/templates/index.html.tmpl
shake/skeletons/resource/templates/show.html.tmpl
tests/__init__.py
tests/test_app.py
tests/test_cli.py
tests/test_helpers.py
tests/test_render.py
tests/test_routes.py
tests/test_views.py
tests/res/tmpl.html
tests/res/tmpl.txt
tests/static/favicon.ico
tests/static/index.html
tests/static/robots.txt
tests/static/view.html