Contents

FormEncode 2.1.1

0

"HTML form validation, generation, and conversion package"

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.

Stars: 117, Watchers: 117, Forks: 72, Open Issues: 42

The formencode/formencode repo was created 13 years ago and the last code push was 1 years ago.
The project is popular with 117 github stars!

How to Install formencode

You can install formencode using pip

pip install formencode

or add it to a project with poetry

poetry add formencode

Package Details

Author
Ian Bicking
License
MIT
Homepage
https://www.formencode.org/
PyPi:
https://pypi.org/project/FormEncode/
GitHub Repo:
https://github.com/formencode/formencode

Classifiers

  • Software Development/Libraries/Python Modules
No  formencode  pypi packages just yet.

Errors

A list of common formencode errors.

Code Examples

Here are some formencode code examples and snippets.

Related Packages & Articles

colander 2.0

A simple schema-based serialization and deserialization library

marshmallow 4.2.2

A lightweight library for converting complex datatypes to and from native Python datatypes.

Flask-WTF 1.2.2

Form rendering, validation, and CSRF protection for Flask with WTForms.