
FormEncode 2.1.1
0
"HTML form validation, generation, and conversion package"
Contents
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: 42The 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
Related Packages
Errors
A list of common formencode errors.
Code Examples
Here are some formencode code examples and snippets.
pythonfix







