Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formencode/formencode

A validation library for Python.
https://github.com/formencode/formencode

Last synced: about 2 months ago
JSON representation

A validation library for Python.

Awesome Lists containing this project

README

        

FormEncode
==========

|PyPI| |Python| |Tests|

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

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