TurboGears
| TurboGears | |
|---|---|
| Developer(s) |
|
| Initial release | September 2005 |
| Stable release | 2.5.0
/ 18 February 2025 |
| Repository | |
| Written in | Python |
| Operating system | Cross-platform |
| Type | Web application framework |
| License | MIT License, LGPL |
| Website | turbogears |
TurboGears is a Python web application framework consisting of several WSGI components such as WebOb, SQLAlchemy, Kajiki template language and Repoze.
TurboGears is designed around the model–view–controller (MVC) architecture, much like Struts or Ruby on Rails, designed to make rapid web application development in Python easier and more maintainable. Since version 2.3 the framework has also been providing a "minimal mode" which enables it to act as a microframework for usage in environments where the whole stack is not required nor wanted.