• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

FormEncode.egg-info/H03-May-2022-2420

docs/H03-May-2022-411331

formencode/H03-May-2022-24,74419,657

MANIFEST.inH A D11-Mar-2013306 1110

PKG-INFOH A D07-Feb-2015943 2420

README.rstH A D07-Feb-2015932 3119

setup.cfgH A D07-Feb-2015643 3527

setup.pyH A D03-May-20221.8 KiB5141

README.rst

1FormEncode
2==========
3
4.. image:: https://secure.travis-ci.org/formencode/formencode.png?branch=master
5   :target: https://travis-ci.org/formencode/formencode
6   :alt: Travis CI continuous integration status
7
8
9Introduction
10------------
11
12FormEncode is a validation and form generation package.  The
13validation can be used separately from the form generation.  The
14validation works on compound data structures, with all parts being
15nestable.  It is separate from HTTP or any other input mechanism.
16
17
18Documentation
19-------------
20
21The latest documentation is available at http://www.formencode.org/
22
23Changes
24-------
25
26Added a validator that can require one or more fields based on the value of another field.
27
28A german howto can be found here: http://techblog.auf-nach-mallorca.info/2014/08/19/dynamische_formulare_validieren_mit_formencode/
29
30Courtesy of the developers of http://www.auf-nach-mallorca.info
31