Описание тега deform
NoneDeform is a Python HTML form generation library. It runs under Python 2.6, 2.7, and 3.2. Forms are built with the Collander schemas, and uses Peppercorn for deserialization and Chameleon for templating.
deform is a Python HTML form generation library. It runs under Python 2.x, 3.x and PyPy.
deform uses Colander as a schema library, Peppercorn as a form control deserialization library, and Chameleon (see chameleon) to perform HTML templating.
deform depends only on Peppercorn, Colander, Chameleon and an internationalization library named translationstring, so it may be used in most web frameworks (or antiframeworks) as a result.
Alternate templating languages may be used, as long as all templates are translated from the native Chameleon templates to your templating system of choice and a suitable renderer is supplied to deform.