The following projects have been discussed on the Pylons list but not yet started:
- Database CRUD: general-purpose forms for browsing and modifying data in a SQL database. TurboGears and Django have examples. Dabo is a non-Web tool in this niche. SQLSoup (included in SQLAlchemy) and FormAlchemy may be useful as components.
- Administrative interface for restarting and stopping Pylons apps, reading their logs, introspecting stuck threads, etc. TurboGears, Django, and Zope have examples.
- Trouble-ticket system a la TRAC
.
- Subversion browser a la TRAC
, and a Mercurial browser.
- Log analyzer. Java has one that shows priorities and categories by color.