Metadata-Version: 2.1
Name: TurboGears2
Version: 2.4.3
Summary: Next generation TurboGears
Home-page: http://www.turbogears.org/
Author: Alessandro Molina, Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, Michael Pedersen and the TurboGears community
Author-email: amol@turbogears.org
License: MIT
Keywords: turbogears
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Dist: WebOb<1.10.0,>=1.8.0
Requires-Dist: crank<0.9.0,>=0.8.0
Requires-Dist: repoze.lru
Requires-Dist: MarkupSafe
Provides-Extra: testing
Requires-Dist: nose; extra == "testing"
Requires-Dist: zope.sqlalchemy>=0.4; extra == "testing"
Requires-Dist: repoze.who; extra == "testing"
Requires-Dist: repoze.who.plugins.sa>=1.0.1; extra == "testing"
Requires-Dist: Genshi>=0.5.1; extra == "testing"
Requires-Dist: Mako; extra == "testing"
Requires-Dist: WebTest; extra == "testing"
Requires-Dist: backlash>=0.0.7; extra == "testing"
Requires-Dist: raven; extra == "testing"
Requires-Dist: formencode>=1.3.0a1; extra == "testing"
Requires-Dist: tw2.forms; extra == "testing"
Requires-Dist: Beaker; extra == "testing"
Requires-Dist: sqlalchemy; extra == "testing"
Requires-Dist: jinja2; extra == "testing"
Requires-Dist: coverage; extra == "testing"
Requires-Dist: ming>=0.8.0; extra == "testing"
Requires-Dist: Kajiki>=0.4.4; extra == "testing"


TurboGears brings together a best of breed python tools
to create a flexible, full featured, and easy to use web
framework.

TurboGears 2 provides an integrated and well tested set of tools for
everything you need to build dynamic, database driven applications.
It provides a full range of tools for front end javascript
develeopment, back database development and everything in between:

 * dynamic javascript powered widgets (ToscaWidgets2)
 * automatic JSON generation from your controllers
 * powerful, designer friendly XHTML based templating
 * object or route based URL dispatching
 * powerful Object Relational Mappers (SQLAlchemy)

The latest development version is available in the
`TurboGears Git repositories`_.

.. _TurboGears Git repositories:
    https://github.com/TurboGears
