{ "info": { "author": "Zope Foundation", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Web Environment", "Framework :: Zope :: 4", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "Introduction\n============\n\nOverview\n--------\n\nfive.formlib provides integration of the zope.formlib and zope.app.form\npackages into the Zope application server.\n\nChangelog\n=========\n\n2.1 (2019-03-05)\n----------------\n\n* Add support for Python 3.5 to 3.7\n\n\n2.0 (2018-08-15)\n----------------\n\n* Support Zope 4 only. (Aka drop support for Zope 2.13.)\n\n* Update various imports to zope.formlib.\n\n* Avoid charset negotiation.\n\n\n1.0.4 (2011-02-06)\n------------------\n\n* Fix test failures when running against 2.13.2+.\n\n1.0.3 (2010-06-13)\n------------------\n\n* Explicitly load the zope.app.form.browser ZCML.\n\n* Avoid deprecation warnings under Zope 2.13.\n\n1.0.2 (2009-12-30)\n------------------\n\n* Deal with backwards compatibility for the menuItemDirective.\n\n1.0.1 (2009-12-29)\n------------------\n\n* Added backwards compatibility support with Zope 2.12. The protectClass\n function has moved. Also include our own meta.zcml into the tests runs to\n get a higher coverage.\n\n1.0 (2009-12-26)\n----------------\n\n* The code was extracted from the Zope2 distribution. This distribution\n contains the code from both the Products.Five formlib and form sub-packages.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zopefoundation/five.formlib", "keywords": "zope zope4 five formlib", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "five.formlib", "package_url": "https://pypi.org/project/five.formlib/", "platform": "", "project_url": "https://pypi.org/project/five.formlib/", "project_urls": { "Homepage": "https://github.com/zopefoundation/five.formlib" }, "release_url": "https://pypi.org/project/five.formlib/2.1/", "requires_dist": [ "ExtensionClass", "Zope", "setuptools", "transaction", "zope.app.form", "zope.browser", "zope.browsermenu", "zope.component", "zope.event", "zope.formlib (>=4.4)", "zope.i18nmessageid", "zope.interface", "zope.lifecycleevent", "zope.location", "zope.publisher", "zope.schema" ], "requires_python": "", "summary": "zope.formlib integration for Zope.", "version": "2.1" }, "last_serial": 4898147, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ab59c40636162350476817219f2217ad", "sha256": "e8a74e98bb705f4a0cf82fdf1d034ab3fb3ffd14e56f4deb516486b7db553fb0" }, "downloads": -1, "filename": "five.formlib-1.0.zip", "has_sig": false, "md5_digest": "ab59c40636162350476817219f2217ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29514, "upload_time": "2009-12-26T23:35:32", "url": "https://files.pythonhosted.org/packages/8d/37/0b5722a0314280028bcadcd3a3f3826bfa28c936d7b734489adb3e7fcb9a/five.formlib-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6317e55bdb6cef87e06c6e9e692d8320", "sha256": "243d1c6e7e6578eeceb426c58793e58738fbbcbec8155aff30d7b86e2c5b4ea8" }, "downloads": -1, "filename": "five.formlib-1.0.1.zip", "has_sig": false, "md5_digest": "6317e55bdb6cef87e06c6e9e692d8320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30066, "upload_time": "2009-12-30T02:37:00", "url": "https://files.pythonhosted.org/packages/8b/55/e8c2fad51f15b6a87987630ee1157823bb12f3666e173a63198d4d4e61be/five.formlib-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e8067093e37a134f77527dec13466cc7", "sha256": "32427a92c276b779f3797771329e6366c0306a7448df0c4d4465dd12c8e459ab" }, "downloads": -1, "filename": "five.formlib-1.0.2.zip", "has_sig": false, "md5_digest": "e8067093e37a134f77527dec13466cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30024, "upload_time": "2009-12-30T03:12:14", "url": "https://files.pythonhosted.org/packages/2b/4b/8a440116c6d3404c98fbb6d5b602f3513913e9828c347269c414bd026c45/five.formlib-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "7a554dde647e7a0564efee0cfcb1346d", "sha256": "f60f62d39e12d7df6a343f7965097c8f2dc1af59b5e435ece36b2ef6c7d81f6f" }, "downloads": -1, "filename": "five.formlib-1.0.3.zip", "has_sig": false, "md5_digest": "7a554dde647e7a0564efee0cfcb1346d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30601, "upload_time": "2010-06-13T12:05:53", "url": "https://files.pythonhosted.org/packages/62/5e/48fce2c849d84d89600648d8f26824f88aa5a007d24dafb5b5194d625ce2/five.formlib-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "09fcecbb7e0ed4a31a4f19787c1a78b4", "sha256": "f604a00d9038fffe293c53171816a48d77ebde10c8592efb0eae8d8e62f297f0" }, "downloads": -1, "filename": "five.formlib-1.0.4.zip", "has_sig": false, "md5_digest": "09fcecbb7e0ed4a31a4f19787c1a78b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30605, "upload_time": "2011-02-06T19:08:18", "url": "https://files.pythonhosted.org/packages/40/00/9a3822212cc7089d081532fe83ddf7f8a72721fad55fbd9ee9fc1235e31f/five.formlib-1.0.4.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "f93d425d5ff2594667d6d42a913d05e3", "sha256": "a949d4d64325411730d54ee94db4cfb0462b7c52219abd7fca5a6622bdb429a6" }, "downloads": -1, "filename": "five.formlib-2.0.tar.gz", "has_sig": false, "md5_digest": "f93d425d5ff2594667d6d42a913d05e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16421, "upload_time": "2018-08-15T09:54:17", "url": "https://files.pythonhosted.org/packages/36/f0/197194a4167500340c40f1f1e641e1059f5e61eca72368ed92f9b79d2738/five.formlib-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "69bb42dd6ecbdf712488f93ef055c847", "sha256": "a2d13ca61ee73fe11bdad44adfd593c010581cb368eaee516185db589705c606" }, "downloads": -1, "filename": "five.formlib-2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69bb42dd6ecbdf712488f93ef055c847", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28463, "upload_time": "2019-03-05T08:51:39", "url": "https://files.pythonhosted.org/packages/12/87/2841be4250157f56158650deb59c710c65d8505d3a6110730485af1fd28c/five.formlib-2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ebfd0ca4ca6f5d0503003178bd57d05", "sha256": "0b9a2e78b913ee5670d209962dbbc6661719936ec6186aff566abfa81b39127e" }, "downloads": -1, "filename": "five.formlib-2.1.tar.gz", "has_sig": false, "md5_digest": "1ebfd0ca4ca6f5d0503003178bd57d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17598, "upload_time": "2019-03-05T08:51:41", "url": "https://files.pythonhosted.org/packages/2c/25/bff5ce207d7389a2069471d04d0db6f9662965e996d7a9e4370076642440/five.formlib-2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69bb42dd6ecbdf712488f93ef055c847", "sha256": "a2d13ca61ee73fe11bdad44adfd593c010581cb368eaee516185db589705c606" }, "downloads": -1, "filename": "five.formlib-2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69bb42dd6ecbdf712488f93ef055c847", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28463, "upload_time": "2019-03-05T08:51:39", "url": "https://files.pythonhosted.org/packages/12/87/2841be4250157f56158650deb59c710c65d8505d3a6110730485af1fd28c/five.formlib-2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ebfd0ca4ca6f5d0503003178bd57d05", "sha256": "0b9a2e78b913ee5670d209962dbbc6661719936ec6186aff566abfa81b39127e" }, "downloads": -1, "filename": "five.formlib-2.1.tar.gz", "has_sig": false, "md5_digest": "1ebfd0ca4ca6f5d0503003178bd57d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17598, "upload_time": "2019-03-05T08:51:41", "url": "https://files.pythonhosted.org/packages/2c/25/bff5ce207d7389a2069471d04d0db6f9662965e996d7a9e4370076642440/five.formlib-2.1.tar.gz" } ] }