Welcome to Formable

Formable is an HTML widget system that can be used to quickly build and manage HTML forms using python.

This is a powerful abstraction of web forms in python that allows easy development of web forms without having to worry about how to send and retrieve form data.

It has been carefully designed to allow easy subclassing and extending while abstracting away a lot of the bothersome details of writing HTML based applications.

Features

  • Fully Object Oriented
  • Has lots of helpful warnings to help catch common problems
  • Manages the variables coming in and out of the CGI form
  • Includes ability to change string into objects
  • Licensed under the GPL

Bugs and Comments

Currently, Formable has only been recently re-released to the public again and still needs careful checking. Contact me if you have any problems, questions or comments.

I repeat: This version contains lots of code that hasn't been introduced to the public

Getting It

You can pull it from subversion:

svn co http://svn.gerf.org/formable/trunk formable