LICENSE
MANIFEST.in
README.rst
VERSION
ez_setup.py
setup.py
stdeb.cfg
tests.py
starterpyth/.DS_Store
starterpyth/__init__.py
starterpyth/__init__.pyc
starterpyth/cliforms.py
starterpyth/cliforms.pyc
starterpyth/core.py
starterpyth/core.pyc
starterpyth/log.py
starterpyth/log.pyc
starterpyth/model.py
starterpyth/model.pyc
starterpyth/models.py
starterpyth/models.pyc
starterpyth/plugin.py
starterpyth/translation.py
starterpyth/translation.pyc
starterpyth/utils.py
starterpyth/utils.pyc
starterpyth.egg-info/PKG-INFO
starterpyth.egg-info/SOURCES.txt
starterpyth.egg-info/dependency_links.txt
starterpyth.egg-info/entry_points.txt
starterpyth.egg-info/requires.txt
starterpyth.egg-info/top_level.txt
starterpyth.egg-info/zip-safe
starterpyth/__pycache__/__init__.cpython-32.pyc
starterpyth/__pycache__/__init__.cpython-33.pyc
starterpyth/__pycache__/cliforms.cpython-32.pyc
starterpyth/__pycache__/cliforms.cpython-33.pyc
starterpyth/__pycache__/core.cpython-32.pyc
starterpyth/__pycache__/core.cpython-33.pyc
starterpyth/__pycache__/log.cpython-32.pyc
starterpyth/__pycache__/log.cpython-33.pyc
starterpyth/__pycache__/model.cpython-32.pyc
starterpyth/__pycache__/model.cpython-33.pyc
starterpyth/__pycache__/models.cpython-32.pyc
starterpyth/__pycache__/models.cpython-33.pyc
starterpyth/__pycache__/translation.cpython-32.pyc
starterpyth/__pycache__/translation.cpython-33.pyc
starterpyth/__pycache__/utils.cpython-32.pyc
starterpyth/__pycache__/utils.cpython-33.pyc
starterpyth/commands/__init__.py
starterpyth/commands/compilemessages.py
starterpyth/commands/dependencies.py
starterpyth/commands/doc_test.py
starterpyth/commands/gen_doc.py
starterpyth/commands/gen_doc_api.py
starterpyth/commands/lint.py
starterpyth/commands/makemessages.py
starterpyth/commands/profiling.py
starterpyth/commands/pseudo_l10n.py
starterpyth/commands/templates/index.rst_tpl
starterpyth/commands/templates/lang.po
starterpyth/commands/templates/module.rst_tpl
starterpyth/data/licenses/apache_2.txt
starterpyth/data/licenses/bsd_2_clauses.txt
starterpyth/data/licenses/cecill_a.txt
starterpyth/data/licenses/cecill_b.txt
starterpyth/data/licenses/cecill_c.txt
starterpyth/data/licenses/gpl_2.txt
starterpyth/data/licenses/gpl_3.txt
starterpyth/data/licenses/lgpl_2.txt
starterpyth/data/licenses/lgpl_3.txt
starterpyth/data/licenses/mit.txt
starterpyth/plugins/__init__.py
starterpyth/plugins/base/__init__.py
starterpyth/plugins/base/templates/VERSION_tpl
starterpyth/plugins/base/templates/ez_setup.py_tpl
starterpyth/plugins/base/templates/setup.py_tpl
starterpyth/plugins/starter_cython/__init__.py
starterpyth/plugins/starter_cython/extra_templates/setup.py_tpl
starterpyth/plugins/starter_cython/templates/doc/source/externals/cython_0.19.inv
starterpyth/plugins/starter_cython/templates/{{module_name}}/sample_cython.pyx_tpl
starterpyth/plugins/starter_cython/templates/{{module_name}}/tests/test_cython.py_tpl
starterpyth/templates/cli/header.py_inc
starterpyth/templates/cli/run.py_tpl
starterpyth/templates/cli/{{module_name}}/cli.py_tpl
starterpyth/templates/common/.gitignore
starterpyth/templates/common/LICENSE_tpl
starterpyth/templates/common/MANIFEST.in_tpl
starterpyth/templates/common/README.rst_tpl
starterpyth/templates/common/VERSION_tpl
starterpyth/templates/common/header.py_inc
starterpyth/templates/common/setup.py_tpl
starterpyth/templates/common/doc/Makefile_tpl
starterpyth/templates/common/doc/make.bat_tpl
starterpyth/templates/common/doc/source/conf.py_tpl
starterpyth/templates/common/doc/source/index.rst_tpl
starterpyth/templates/common/doc/source/installation.rst_tpl
starterpyth/templates/common/doc/source/tutorial.rst_tpl
starterpyth/templates/common/{{module_name}}/__init__.py_tpl
starterpyth/templates/common/{{module_name}}/locale/README_tpl
starterpyth/templates/common/{{module_name}}/locale/xx_XX/LC_MESSAGES/{{module_name}}.mo
starterpyth/templates/common/{{module_name}}/locale/xx_XX/LC_MESSAGES/{{module_name}}.po_tpl
starterpyth/templates/common/{{module_name}}/tests/__init__.py_tpl
starterpyth/templates/common/{{module_name}}/tests/test_sample.py_tpl
starterpyth/templates/django/gunicorn.py_tpl
starterpyth/templates/django/header.py_inc
starterpyth/templates/django/manage.py_tpl
starterpyth/templates/django/django_data/README_tpl
starterpyth/templates/django/{{module_name}}/core/__init__.py_tpl
starterpyth/templates/django/{{module_name}}/core/context_processors.py_tpl
starterpyth/templates/django/{{module_name}}/core/defaults.py_tpl
starterpyth/templates/django/{{module_name}}/core/middleware.py_tpl
starterpyth/templates/django/{{module_name}}/core/models.py_tpl
starterpyth/templates/django/{{module_name}}/core/root_urls.py_tpl
starterpyth/templates/django/{{module_name}}/core/routers.py_tpl
starterpyth/templates/django/{{module_name}}/core/scripts.py_tpl
starterpyth/templates/django/{{module_name}}/core/settings.py_tpl
starterpyth/templates/django/{{module_name}}/core/sitemap.py_tpl
starterpyth/templates/django/{{module_name}}/core/views.py_tpl
starterpyth/templates/django/{{module_name}}/core/wsgi.py_tpl
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/css/bootstrap.css
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/css/bootstrap.css.map
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/css/bootstrap.min.css
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/css/bootswatch.less
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/css/variables.less
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/fonts/glyphicons-halflings-regular.eot
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/fonts/glyphicons-halflings-regular.svg
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/fonts/glyphicons-halflings-regular.ttf
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/fonts/glyphicons-halflings-regular.woff
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/js/bootstrap.js
starterpyth/templates/django/{{module_name}}/core/static/bootstrap3/js/bootstrap.min.js
starterpyth/templates/django/{{module_name}}/core/static/images/favicon.ico
starterpyth/templates/django/{{module_name}}/core/static/images/favicon.png
starterpyth/templates/django/{{module_name}}/core/static/js/jquery-1.10.2.js
starterpyth/templates/django/{{module_name}}/core/static/js/jquery-1.10.2.min.map
starterpyth/templates/django/{{module_name}}/core/static/js/jquery.min.js
starterpyth/templates/django/{{module_name}}/core/templates/base.html_tpl
starterpyth/templates/django/{{module_name}}/core/templates/core/index.html
starterpyth/templates/django/{{module_name}}/core/templates/core/robots.txt
starterpyth/templates/django/{{module_name}}/core/templatetags/__init__.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/__init__.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/admin.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/api.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/models.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/urls.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/views.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/migrations/0001_initial.py_tpl
starterpyth/templates/django/{{module_name}}/main_app/migrations/__init__.py
starterpyth/templates/djangofloor/header.py_inc
starterpyth/templates/djangofloor/manage.py
starterpyth/templates/djangofloor/{{module_name}}/defaults.py_tpl
starterpyth/templates/djangofloor/{{module_name}}/models.py_tpl
starterpyth/templates/djangofloor/{{module_name}}/root_urls.py_tpl
starterpyth/templates/djangofloor/{{module_name}}/translation.py_tpl
starterpyth/templates/djangofloor/{{module_name}}/views.py_tpl
starterpyth/templates/djangofloor/{{module_name}}/templates/{{module_name}}/index.html
starterpyth/templates/package/header.py_inc
starterpyth/templates/package/{{module_name}}/sample.py_tpl
starterpyth/templates/package/{{module_name}}/translation.py_tpl
starterpyth/templates/package/{{module_name}}/tests/test_translation.py_tpl
starterpyth/tests/__init__.py
starterpyth/tests/test_cliforms.py
starterpyth/tests/test_pseudo_l10n.py