Contents

FormEncode 2.1.0

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: 119, Watchers: 119, Forks: 71, Open Issues: 39

The formencode/formencode repo was created 12 years ago and the last code push was 5 months ago.
The project is popular with 119 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.

GitHub Issues

The formencode package has 39 open issues on GitHub

  • 2.0.1: pytest is failing

See more issues on GitHub

Related Packages & Articles

colander 2.0

A simple schema-based serialization and deserialization library

marshmallow 3.21.1

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

Flask-WTF 1.2.1

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