htmlfill_schemabuilder

Extension to htmlfill that can parse out schema-defining statements.

You can either pass SchemaBuilder to htmlfill.render (the listen argument), or call parse_schema to just parse out a Schema object.


Functions

f parse_schema(form) ...

Given an HTML form, parse out the schema defined in it and return that schema.

Classes

C SchemaBuilder(...) ...

This class contains 4 members.

See the source for more information.