Metadata-Version: 2.0
Name: FormEncode
Version: 2.0.0a1
Summary: HTML form validation, generation, and conversion package
Home-page: http://formencode.org
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: PSF
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six
Provides-Extra: testing
Requires-Dist: nose; extra == 'testing'
Requires-Dist: pycountry; extra == 'testing'
Requires-Dist: dnspython; extra == 'testing'

FormEncode validates and converts nested structures.

It allows for a declarative form of defining the validation,
and decoupled processes for filling and generating forms.

The official repo is at GitHub: https://github.com/formencode/formencode


