Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formencode/formencode
A validation library for Python.
https://github.com/formencode/formencode
Last synced: about 6 hours ago
JSON representation
A validation library for Python.
- Host: GitHub
- URL: https://github.com/formencode/formencode
- Owner: formencode
- License: mit
- Created: 2012-03-15T21:37:07.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T15:46:03.000Z (about 1 year ago)
- Last Synced: 2024-09-06T02:54:26.273Z (2 months ago)
- Language: Python
- Homepage: http://www.formencode.org
- Size: 2.34 MB
- Stars: 117
- Watchers: 14
- Forks: 71
- Open Issues: 39
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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 StatusIntroduction
------------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.