FormEncode


FormEncode

Module Reference

Packages and Modules

formencode
formencode.htmlgen
Kind of like htmlgen, only much simpler. The only important symbol that is exported is html.
formencode.variabledecode
Takes GET/POST variable dictionary, as might be returned by cgi, and turns them into lists and dictionaries.
formencode.api
Core classes for validation.
formencode.validators
Validator/Converters for use with FormEncode.
formencode.foreach
Validator for repeating items.
formencode.doctest_xml_compare
formencode.schema
formencode.htmlfill
Parser for HTML forms, that fills in defaults and errors. See render.
formencode.interfaces
Interfaces for FormEncode (for documentation purposes only)
formencode.fieldstorage
Wrapper class for use with cgi.FieldStorage types for file uploads
formencode.util
formencode.compound
Validators for applying validations in sequence.
formencode.htmlform
Class to encapsulate an HTML form, using htmlfill and htmlfill_schemabuilder (deprecated).
formencode.declarative
Declarative objects for FormEncode.
formencode.context
A dynamic-scope-like system, aka fluid variables.
formencode.htmlfill_schemabuilder
Extension to htmlfill that can parse out schema-defining statements.