Contents

deform 2.0.15

0

Form library with advanced features like nested forms

Form library with advanced features like nested forms

Stars: 412, Watchers: 412, Forks: 160, Open Issues: 59

The Pylons/deform repo was created 13 years ago and the last code push was 1 months ago.
The project is popular with 412 github stars!

How to Install deform

You can install deform using pip

pip install deform

or add it to a project with poetry

poetry add deform

Package Details

Author
Chris McDonough, Agendaless Consulting
License
BSD-derived
Homepage
https://docs.pylonsproject.org/projects/deform/en/latest/
PyPi:
https://pypi.org/project/deform/
Documentation:
https://docs.pylonsproject.org/projects/deform/en/2.0-branch/
GitHub Repo:
https://github.com/Pylons/deform

Classifiers

No  deform  pypi packages just yet.

Errors

A list of common deform errors.

Code Examples

Here are some deform code examples and snippets.

GitHub Issues

The deform package has 59 open issues on GitHub

  • Update docs with Bootstrap 4/Deform 3/Python 3 references

See more issues on GitHub

Related Packages & Articles

starlette-wtf all-in-one example

The following starlette-wtf code example implements a simple form handler with CSRF protection. The form has a required string field and validation errors are handled by the html template.

WTForms 3.1.2

Form validation and rendering for Python web development.

boxdetect 1.0.2

boxdetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like characters boxes on scanned forms.