Fork me on GitHub

The Cogbin

When you quickstart a TurboGears project, the setup.py file already contains the metadata you need. It’s just commented out. Choose the right keywords for the kind of project you’re releasing, and you’re all set.

TurboGears packages added to the Python Package Index will automatically appear in the CogBin!

The table below has the keywords you should use as well:

Note

To have your package discovered and listed here, declare one of the following keywords in your package metadata on PyPI:

  • turbogears2 (general)

  • turbogears2.application

  • turbogears2.extension

  • turbogears2.widgets

  • turbogears2.command

Examples:

  • pyproject.toml: add under [project]keywords = ["turbogears2.extension"]

  • setup.cfg: add under [metadata]keywords = turbogears2.extension

  • setup.py: setup(keywords=["turbogears2.extension"])

TurboGears 2 Packages

Applications (keyword: turbogears2.application) (Back To Top of The Cogbin)

Project Name

Summary

Version

Uploaded

tgapp-activitystream

Pluggable for create a simple activity stream.

0.1.1

2019-06-04

tgapp-calendarevents

TurboGears2 pluggable application for events and calendars

0.2.1

2019-07-08

tgapp-categories

categories management system for web applications in turbogears2

0.4.3

2019-07-12

tgapp-contactform

tgapp-contactform is a Pluggable application for TurboGears2 that shows a simple contact form.

0.0.3

2016-07-10

tgapp-fbauth

Facebook Authentication for TurboGears2

0.3.4

2019-09-12

tgapp-flatpages

Pluggable application to manage static pages (/about) on DB (sqlalchemy or ming) with RST or HTML

0.4.0

2018-05-17

tgapp-googleplusauth

Google Authentication for TurboGears2

0.0.9

2020-07-08

tgapp-invitations

Provides a way to invite new users into a TurboGears2 application

0.2.7

2018-05-21

tgapp-mailtemplates

Email template management for web applications

0.16.0

2020-09-03

tgapp-permissions

Permission management for web application in turbogears2

0.4.0

2019-02-08

tgapp-photos

Minimal Pluggable Photogallery for TurboGears2, EasyCrudRestController based for management

0.3.0

2016-07-19

tgapp-placeholder

Placeholder image on the fly for Turbogears2

1.0.1

2018-03-29

tgapp-registration

Pluggable registration application for TurboGears2 with hooks for fine customization

0.9.6

2020-07-06

tgapp-resetpassword

Pluggable application for TurboGears2 that permits to change user password or reset it when lost, with sqla and ming compatibility

0.2.7

2020-09-28

tgapp-samlauth

Pluggable application for TurboGears2 to authenticate users against an SAML2 Identity Provider

0.0.2

2015-10-19

tgapp-smallpress

Pluggable Minimalistic Blog for TurboGears2 with Attachments and Tags

0.6.2

2013-08-22

tgapp-tgcomments

TurboGears2 pluggable application for comments to entities with facebook sharing

0.2.6

2022-05-03

tgapp-tgpolls

TurboGears2 pluggable application to handle simple polls

0.0.6

2012-11-26

tgapp-turbopress

Pluggable Blog for TurboGears2 supporting SQLAlchemy and MongoDB

0.0.5

2016-07-10

tgapp-userprofile

Pluggable application for TurboGears2 which provides a basic user profile page with forms to allow users to edit their own profile or change their email/password

0.3.6

2018-07-09

tgapp-userprofile-validated

Pluggable application for TurboGears2 which provides a basic user profile page with forms to allow users to edit their own profile or change their password

0.0.4

2018-02-06

tgapp-youtubevideo

Provides a pluggable youtube video gallery in TurboGears applications and provides a way to filter them by tags.

0.0.3

2013-11-28

tgext-ecommerce

0.1.6

2019-09-27

Extensions (keyword: turbogears2.extension) (Back To Top of The Cogbin)

Project Name

Summary

Version

Uploaded

tgext-admin

Admin Controller add-on for basic TG identity model.

0.7.4

2016-09-11

tgext-admin-jmr

Admin Controller add-on for basic TG identity model.

0.7.4

2024-02-13

tgext-ajaxforms

Makes easier to create AJAX forms in TurboGears2

0.3.2

2016-09-21

tgext-asyncjob

Asynchronous jobs worker for TurboGears2

0.3.1

2014-10-31

tgext-browserlimit

High Level Browser Detection Middleware for Turbogears 2, limits access to website only for modern browsers

0.1.2

2013-12-06

tgext-celery

0.1.2

2022-03-21

tgext-chameleon-genshi

Chameleon Genshi rendering engine for TurboGears2

0.0.1

2014-03-03

tgext-coffeescript

CoffeeScript middleware for TurboGears2

0.3.1

2012-03-29

tgext-crud

Crud Controller Extension for TG2

0.9.0

2018-11-14

tgext-crud-jmr

Crud Controller Extension for TG2

0.9.0

2024-02-13

tgext-datahelpers

Helpers to manage data and attachments on TurboGears

0.2.1

2019-07-04

tgext-djangoforms

Allows you to use django forms with turbogears

0.0.1

2011-11-24

tgext-evolve

Manages automatic updates and evolutions which are better suited outside schema migrations

0.0.5

2018-11-09

tgext-formencode

Enable support for formencode validation library

0.1.1

2025-08-29

tgext-langdomain

TurboGears2 extension for detecting user language from the domain

0.0.1

2015-04-20

tgext-less

LESS middleware for TurboGears2

0.3.1

2012-03-29

tgext-mailer

TurboGears extension for sending emails with transaction manager integration

0.3.0

2018-12-25

tgext-matplotrender

Renderer to expose matplotlib figures

0.0.1

2016-06-06

tgext-minify

CSS and JS minifier / obfuscator for TurboGears 2

0.0.2

2012-06-01

tgext-mobilemiddleware

Mobile Middleware utilities for Turbogears 2 detects mobile browsers

0.4

2013-01-17

tgext-odt

tgext.odt is a Pluggable application for TurboGears2 that allows the rendering of .odt (openoffice/libreoffice) documents as an output templates.

0.3

2018-02-07

tgext-pluggable

Plug applications and extensions in a TurboGears2 project

0.8.5

2025-08-02

tgext-routes

Routes based dispatching for TurboGears2

0.2.1

2020-02-28

tgext-rq

0.0.7

2021-12-01

tgext-scss

SCSS for TurboGears2, fast middleware to use SCSS for all your CSS

0.4.3

2014-03-19

tgext-socketio

SocketIO support for TurboGears through gevent-socketio

0.0.3

2017-08-25

tgext-tagging

Tagging support for TurboGears2 applications

0.3.0

2014-12-09

tgext-tw2

Enable support for ToscaWidgets2 form and validation library

0.1

2024-03-15

tgext-utils

Collection of utilities for TurboGears2

0.0.4

2020-09-12

tgext-wdb

WDB - Web Debugger support for TurboGears2

0.0.1

2014-03-03

tgext-webassets

assets management extension for TurboGears2

0.0.2

2015-04-10

tgming

TurboGears2 Support for Ming MongoDB ORM

0.0.8

2013-02-13

Widgets (keyword: turbogears2.widgets) (Back To Top of The Cogbin)

Project Name

Summary

Version

Uploaded

tgext-debugbar

Provides debug toolbar for TurboGears2

0.5.0

2019-06-11

Commands (keyword: turbogears2.command) (Back To Top of The Cogbin)

No packages uploaded yet. You can be the first!

Uncategorized (keyword: ) (Back To Top of The Cogbin)

Project Name

Summary

Version

Uploaded

tgext-geo

TurboGears Extension for Geographic Applications

0.6.3

turbogears2frozen

Reference this rather than Turbogears2 as a dependency to get a consistent install with your TG2 project

2.2.0

2012-08-29