"""TurboGears project related information""" version = "2.0.3" description = "Next generation TurboGears built on Pylons" long_description=""" TurboGears brings together a best of breed python tools to create a flexible, full featured, and easy to use web framework. TurboGears 2 provides and 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 ToscaWidgets * automatic JSON generation from your controllers * powerfull, designer friendly XHTML basted templating (Genshi) * object or route based URL dispatching * powerful Object Relational Mappers (SQLAlchemy) The latest development version is available in the `TurboGears subversion repository`_. .. _TurboGears subversion repository: http://svn.turbogears.org/trunk#egg=turbogears-dev """ url="http://www.turbogears.org" author= "Mark Ramm, Jonathan LaCour, Rick Copland, Alberto Valverde, and the TurboGears community" email = "mark.ramm@gmail.com, alberto@toscat.net," copyright = """Copyright 2005-2007 Kevin Dangoor, Alberto Valverde, Mark Ramm and contributors""" license = "MIT"