MANIFEST.in
README.rst
setup.py
tgext/__init__.py
tgext.pluggable.egg-info/PKG-INFO
tgext.pluggable.egg-info/SOURCES.txt
tgext.pluggable.egg-info/dependency_links.txt
tgext.pluggable.egg-info/entry_points.txt
tgext.pluggable.egg-info/namespace_packages.txt
tgext.pluggable.egg-info/not-zip-safe
tgext.pluggable.egg-info/requires.txt
tgext.pluggable.egg-info/top_level.txt
tgext/pluggable/__init__.py
tgext/pluggable/adapt_controllers.py
tgext/pluggable/adapt_models.py
tgext/pluggable/adapt_statics.py
tgext/pluggable/adapt_websetup.py
tgext/pluggable/detect.py
tgext/pluggable/exceptions.py
tgext/pluggable/i18n.py
tgext/pluggable/plug.py
tgext/pluggable/session_wrapper.py
tgext/pluggable/template_patching.py
tgext/pluggable/template_replacements.py
tgext/pluggable/utils.py
tgext/pluggable/commands/__init__.py
tgext/pluggable/commands/migration.py
tgext/pluggable/commands/alembic_migration/__init__.py
tgext/pluggable/commands/alembic_migration/command.py
tgext/pluggable/commands/alembic_migration/template/env.py_tmpl
tgext/pluggable/commands/alembic_migration/template/script.py.mako
tgext/pluggable/commands/alembic_migration/template/versions/empty.txt
tgext/pluggable/commands/plug/__init__.py
tgext/pluggable/commands/plug/command.py
tgext/pluggable/commands/quickstart/__init__.py
tgext/pluggable/commands/quickstart/command.py
tgext/pluggable/commands/quickstart/template/MANIFEST.in_tmpl
tgext/pluggable/commands/quickstart/template/README.rst_tmpl
tgext/pluggable/commands/quickstart/template/setup.cfg_tmpl
tgext/pluggable/commands/quickstart/template/setup.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/__init__.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/bootstrap.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/helpers.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/partials.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/controllers/__init__.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/controllers/root.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/i18n/ru/LC_MESSAGES/+package+.po_tmpl
tgext/pluggable/commands/quickstart/template/+package+/lib/__init__.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/model/__init__.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/model/models.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/public/__init__.py_tmpl
tgext/pluggable/commands/quickstart/template/+package+/public/css/style.css
tgext/pluggable/commands/quickstart/template/+package+/public/images/star.png
tgext/pluggable/commands/quickstart/template/+package+/templates/__init__.py
tgext/pluggable/commands/quickstart/template/+package+/templates/index.xhtml_tmpl
tgext/pluggable/commands/quickstart/template/+package+/templates/little_partial.xhtml_tmpl
tgext/pluggable/ming/__init__.py
tgext/pluggable/ming/models.py
tgext/pluggable/sqla/__init__.py
tgext/pluggable/sqla/exceptions.py
tgext/pluggable/sqla/models.py
tgext/pluggable/sqla/relations.py