Contents

TurboGears2 2.4.3

0

Next generation TurboGears

Next generation TurboGears

Stars: 797, Watchers: 797, Forks: 77, Open Issues: 10

The TurboGears/tg2 repo was created 13 years ago and the last code push was 2 weeks ago.
The project is popular with 797 github stars!

How to Install turbogears2

You can install turbogears2 using pip

pip install turbogears2

or add it to a project with poetry

poetry add turbogears2

Package Details

Author
Alessandro Molina, Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, Michael Pedersen and the TurboGears community
License
MIT
Homepage
http://www.turbogears.org/
PyPi:
https://pypi.org/project/TurboGears2/
GitHub Repo:
https://github.com/TurboGears/tg2

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/WSGI
No  turbogears2  pypi packages just yet.

Errors

A list of common turbogears2 errors.

Code Examples

Here are some turbogears2 code examples and snippets.

GitHub Issues

The turbogears2 package has 10 open issues on GitHub

  • turbogears.org website certificate is expired

See more issues on GitHub

Related Packages & Articles

sanic 23.12.1

A web server and web framework that's written to go fast. Build fast. Run fast.

Django 5.0.4

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production