Metadata-Version: 2.1
Name: five.formlib
Version: 4.0
Summary: zope.formlib integration for Zope.
Home-page: https://github.com/zopefoundation/five.formlib
Author: Zope Foundation
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Keywords: zope zope5 five formlib
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: transaction
Requires-Dist: zope.app.form
Requires-Dist: zope.browser
Requires-Dist: zope.browsermenu
Requires-Dist: zope.component
Requires-Dist: zope.event
Requires-Dist: zope.formlib>=4.4
Requires-Dist: zope.i18nmessageid
Requires-Dist: zope.interface
Requires-Dist: zope.lifecycleevent
Requires-Dist: zope.location
Requires-Dist: zope.publisher
Requires-Dist: zope.schema
Requires-Dist: ExtensionClass
Requires-Dist: Zope>=4

Introduction
============

Overview
--------

five.formlib provides integration of the zope.formlib and zope.app.form
packages into the Zope application server.

Changelog
=========

4.0 (2025-01-29)
----------------

* Add support for Python 3.12, 3.13.

* Drop support for Python 3.7, 3.8.

* Adapt tests to ``multipart >= 1.x``.


3.0 (2023-02-01)
----------------

* Drop support for Python 2.7, 3.5, 3.6.

* Lint the code.

* Add support for Python 3.10 and 3.11.


2.2 (2020-10-26)
----------------

* Add support for Zope 5.

* Add support for Python 3.8 and 3.9.


2.1 (2019-03-05)
----------------

* Add support for Python 3.5 to 3.7.


2.0 (2018-08-15)
----------------

* Support Zope 4 only. (Aka drop support for Zope 2.13.)

* Update various imports to zope.formlib.

* Avoid charset negotiation.


1.0.4 (2011-02-06)
------------------

* Fix test failures when running against 2.13.2+.

1.0.3 (2010-06-13)
------------------

* Explicitly load the zope.app.form.browser ZCML.

* Avoid deprecation warnings under Zope 2.13.

1.0.2 (2009-12-30)
------------------

* Deal with backwards compatibility for the menuItemDirective.

1.0.1 (2009-12-29)
------------------

* Added backwards compatibility support with Zope 2.12. The protectClass
  function has moved. Also include our own meta.zcml into the tests runs to
  get a higher coverage.

1.0 (2009-12-26)
----------------

* The code was extracted from the Zope2 distribution. This distribution
  contains the code from both the Products.Five formlib and form sub-packages.
