File: index.txt

package info (click to toggle)
python-formencode 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,880 kB
  • sloc: python: 6,564; makefile: 114; sh: 8
file content (80 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
FormEncode
==========


Introduction
------------

FormEncode is a validation and form generation package.  The
validation can be used separately from the form generation.  The
validation works on compound data structures, with all parts being
nestable.  It is separate from HTTP or any other input mechanism.

`Ian Bicking`_ is the author of FormEncode.

.. _Ian Bicking: http://ianbicking.org


What's New
----------

.. toctree::
   :maxdepth: 1

   whatsnew-1.3
   whatsnew-1.2.5
   whatsnew-0-to-1.2.4


Documentation
-------------

.. toctree::
   :maxdepth: 1

   Validator
   htmlfill
   ToDo
   Design
   history
   i18n
   modules


Other Links
-----------

.. toctree::
   :maxdepth: 1

   community
   download


Indices and Search
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


Project Hosting
---------------

.. image:: _static/sourceforge.png
   :align: left
   :height: 40
   :width: 150
   :alt: Hosted by SourceForge

.. image:: _static/bitbucket.png
   :align: left
   :height: 40
   :width: 127
   :alt: Hosted by Bitbucket

.. image:: _static/github.png
   :height: 40
   :width: 90
   :alt: Hosted by GitHub