Project: formencode

"HTML form validation, generation, and conversion package"

Project Details

Latest version
2.1.0
Home Page
https://www.formencode.org/
PyPI Page
https://pypi.org/project/formencode/

Project Popularity

PageRank
0.0017914210912177405
Number of downloads
141967

FormEncode

.. |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

Introduction

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.

Documentation

The latest documentation is available at http://www.formencode.org/

Testing

Use pytest formencode to run the test suite. Use tox to run the test suite for all supported Python versions.

Changes

See the What's new section of the documentation <http://www.formencode.org/en/latest/#what-s-new>_.