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