"HTML form validation, generation, and conversion package"
.. |PyPI| image:: https://img.shields.io/pypi/v/formencode :target: https://pypi.org/project/formencode :alt: PyPI
.. |Python| image:: https://img.shields.io/pypi/pyversions/formencode :target: https://pypi.org/project/formencode :alt: PyPI - Python Version
.. image:: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg :target: https://github.com/formencode/formencode/actions :alt: Test Status
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. It is separate from HTTP or any other input mechanism.
The latest documentation is available at http://www.formencode.org/
Use pytest formencode
to run the test suite.
Use tox
to run the test suite for all supported Python versions.
See the What's new section of the documentation <http://www.formencode.org/en/latest/#what-s-new>
_.