Deform

E552006

Deform is a Python form library, part of the Pylons ecosystem, that simplifies building and validating web forms using schema-based definitions and rich widget support.

All labels observed (1)

Label Occurrences
Deform canonical 2

Statements (45)

Predicate Object
instanceOf Python form library
open-source software
category form handling library
web development library
compatibleWith Python 3 NERFINISHED
designApproach schema-based form definitions
documentation https://docs.pylonsproject.org/projects/deform/en/latest/
ecosystem Pylons NERFINISHED
feature automatic form rendering
file upload widgets
integration with Colander schemas
internationalization support
rich widget support
sequence and mapping widgets
server-side form validation
support for custom validators
support for custom widgets
template-based rendering
hasConcept form rendering
schema
validation
widget
integration Pyramid web framework NERFINISHED
other WSGI-based frameworks via custom glue code
license BSD license NERFINISHED
maintainer Pylons Project NERFINISHED
origin Pylons community
partOf Pylons Project ecosystem
primaryPurpose building web forms
validating web forms
programmingLanguage Python
renderingEngine Chameleon NERFINISHED
repository https://github.com/Pylons/deform
status actively maintained (as of 2024)
supports AJAX-friendly form widgets
Bootstrap-compatible markup via templates
CSRF protection via integration with frameworks
HTML form generation
nested form structures
repeating form sections
supportsFramework Pyramid
typicalUseCase creating complex dynamic forms in Pyramid applications
validating user input against schemas
uses Chameleon templates
Colander

How these facts were elicited

The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.

Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10.

# Requirements
- If you don't know the subject at all, return an empty list.
- If the subject is not a named entity, return an empty list.
- Include at least one triple where predicate is "instanceOf".
- Do not get too wordy.
- Separate several objects into multiple triples with one object.
Input
Subject: Deform
Description of subject: Deform is a Python form library, part of the Pylons ecosystem, that simplifies building and validating web forms using schema-based definitions and rich widget support.

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Pylons Project develops Deform
Pylons Project maintains Deform