Latest Version: 0.9.6.2
  Dashboard > Pylons Cookbook > ... > Extending Pylons > Software Wanted
  Pylons Cookbook Log In | Sign Up   View a printable version of the current page.  
  Software Wanted
Added by Mike Orr, last edited by Ian Bicking on Jan 29, 2008  (view change)
Labels: 
(None)

Here's a list of packages Pylons users would like to see written.

Upgrade to Buffet. (Mike Orr is working on this.)

An HTML validator written in pure Python. uTidylib, WDG, and the offline HTMLHelp.com validator all depend on C and/or Perl libraries that are hard to install, are old, or don't work right. Ideally this would be a middleware or something in Controller._after_ that would add error messages to the HTML document like the W3C online validator does. One possibility would be to use Mechanize to forward the request to the W3C validator, but this would require a live Internet connection and would slow down the transaction turnaround. You'd also have to scrape the page to see if there was an error, and revert to the original output if not. We can take the DTDs from another project and use a good SGML parser to parse the document. Would sgmllib be adequate? Is there a test suite or checklist somewhere of what it should check for? (This could be done by piping the request to one of the online services; this wouldn't require any library. A little slow, but probably fine. - Ian) (I created a middleware for pylons that uses the online W3 validator service, and then caches the result. Pylons W3 Validator Middleware - Chris).

An improvement to Pudge. Ask Ben Bangert for details. Improvements also to buildutils; ask Ben or Ian Bicking about this. Note: Apydia (http://apydia.ematia.de/) is probably a better direction than improving Pudge.

ToscaWidgets documentation.

Tool that builds on/extends Paste to handle common deployment tasks (see Capistrano for python).

Hey, i am new to python and i am in a serious need for code examples of actual projects.
Eg: a guestbook or similar app that would use twForms, formencode and sqlalchemy or elixir.

I am having trouble useing these components togeather.
I am sure many of you could send very good examples, and it wouldn't be hard work =) uploading a bit of source

Posted by Martin Vool at Jun 27, 2007 08:20 | Permalink
Site running on a free Atlassian Confluence Open Source Project License granted to Pylons. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators
Top