https://github.com/zopefoundation/z3c.form
An advanced form and widget framework for Zope 3
https://github.com/zopefoundation/z3c.form
maintained python python3 zope
Last synced: 4 months ago
JSON representation
An advanced form and widget framework for Zope 3
- Host: GitHub
- URL: https://github.com/zopefoundation/z3c.form
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T22:47:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T05:53:11.000Z (8 months ago)
- Last Synced: 2025-10-06T15:47:10.550Z (4 months ago)
- Topics: maintained, python, python3, zope
- Language: Python
- Homepage:
- Size: 3.49 MB
- Stars: 8
- Watchers: 60
- Forks: 38
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
==========
z3c.form
==========
.. image:: https://img.shields.io/pypi/v/z3c.form.svg
:target: https://pypi.python.org/pypi/z3c.form/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/z3c.form.svg
:target: https://pypi.org/project/z3c.form/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/z3c.form/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/z3c.form/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/z3c.form/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/z3c.form?branch=master
.. image:: https://readthedocs.org/projects/z3cform/badge/?version=latest
:target: https://z3cform.readthedocs.io/en/latest/
:alt: Documentation Status
``z3c.form`` provides an implementation for both HTML and JSON forms and
according widgets. Its goal
is to provide a simple API but with the ability to easily customize any data or
steps.
There are currently two maintained branches:
* `master `_ with the
latest changes
* `3.x `_ without the
object widget overhaul and still including the ``ObjectSubForm`` and
the ``SubformAdapter``.
Documentation on this implementation and its API can be found at
https://z3cform.readthedocs.io/