FormEncode 2.1.0
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: 71, Open Issues: 40The formencode/formencode
repo was created 12 years ago and the last code push was 11 months 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.
GitHub Issues
The formencode package has 40 open issues on GitHub
- 2.0.1: pytest is failing