Metadata-Version: 2.1
Name: zope.app.folder
Version: 5.0
Summary: Folder Content Type for Zope 3
Home-page: http://github.com/zopefoundation/zope.app.folder
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Project-URL: Issue Tracker, https://github.com/zopefoundation/zope.app.folder/issues
Project-URL: Sources, https://github.com/zopefoundation/zope.app.folder
Keywords: zope3 folder site local component
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: zope.container
Requires-Dist: zope.site
Requires-Dist: zope.app.content (>=4.0.0)
Provides-Extra: test
Requires-Dist: zope.app.container ; extra == 'test'
Requires-Dist: zope.browsermenu ; extra == 'test'
Requires-Dist: zope.browserpage ; extra == 'test'
Requires-Dist: zope.browserresource ; extra == 'test'
Requires-Dist: zope.configuration ; extra == 'test'
Requires-Dist: zope.testing ; extra == 'test'
Requires-Dist: zope.testrunner ; extra == 'test'
Provides-Extra: zcml
Requires-Dist: zope.app.container ; extra == 'zcml'
Requires-Dist: zope.browsermenu ; extra == 'zcml'
Requires-Dist: zope.browserpage ; extra == 'zcml'
Requires-Dist: zope.browserresource ; extra == 'zcml'

This packages provides the standard Folder content type for Zope 3. It also
implements the root folder of a Zope application. Folders can also be
converted to sites, which allow one to register components locally.


=======
CHANGES
=======

5.0 (2023-02-07)
----------------

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.


4.0.0 (2017-05-09)
------------------

- Add support for Python 3.4. 3.5, 3.6 and PyPy.


3.5.2 (2010-12-28)
------------------

- Removed testing.py. There are no functional tests and ftesting.zcml now.

- Removed unneeded dependencies.


3.5.1 (2009-02-14)
------------------

- Added missing dependency to zope.app.content.

- Fixed e-mail address and homepage.

- Fixed buildout.cfg, as there is no test extra.


3.5.0 (2009-01-31)
------------------

- Everything except zope.app.folder.browser moved to zope.site
  and zope.container.

- Import IPossibleSite from zope.location.interfaces
  instead of deprecated place in zope.app.component.interfaces.

- Use zope.container instead of zope.app.container.

3.4.0 (2007-10-24)
------------------

- Initial release independent of the main Zope tree.
