Metadata-Version: 2.4
Name: grokcore.traverser
Version: 5.1
Summary: Traverser for the Grok Framework
Author-email: Grok Team <zope-dev@zope.dev>
Maintainer-email: Plone Foundation and contributors <zope-dev@zope.dev>
License-Expression: ZPL-2.1
Project-URL: Source, https://github.com/zopefoundation/grokcore.traverser
Project-URL: Issues, https://github.com/zopefoundation/grokcore.traverser/issues
Project-URL: Changelog, https://raw.githubusercontent.com/zopefoundation/grokcore.traverser/master/CHANGES.rst
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.14
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: grokcore.component>=2.5
Requires-Dist: grokcore.security
Requires-Dist: grokcore.view
Requires-Dist: martian
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.publisher
Provides-Extra: test
Requires-Dist: grokcore.content; extra == "test"
Requires-Dist: grokcore.view[test]; extra == "test"
Requires-Dist: zope.app.appsetup; extra == "test"
Requires-Dist: zope.app.wsgi; extra == "test"
Requires-Dist: zope.login; extra == "test"
Requires-Dist: zope.principalregistry; extra == "test"
Requires-Dist: zope.securitypolicy; extra == "test"
Requires-Dist: zope.testbrowser; extra == "test"
Requires-Dist: zope.testing; extra == "test"
Dynamic: license-file

grokcore.traverser
******************

This package contains the default traversal mechanism for Grok.

Changes
*******

5.1 (2026-03-16)
================

- Move package metadata from setup.py to pyproject.toml.

- Add support for Python 3.14.

- Drop support for Python 3.9.


5.0 (2025-06-18)
================

- Replace ``pkg_resources`` namespace with PEP 420 native namespace.


4.1 (2025-06-17)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7, 3.8.


4.0 (2023-07-11)
================

- 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.


3.0.1 (2018-01-12)
==================

- Rearrange tests such that Travis CI can pick up all functional tests too.

3.0.0 (2018-01-05)
==================

- Python 3 compatibility

1.2.1 (2016-02-15)
==================

- Update tests.

1.2 (2012-11-14)
================

- Add the layer directive to Traverser Components.

1.1 (2012-05-02)
================

- Use the component registration api of grokcore.component.

1.0 (2011-01-03)
================

- Factor out form grok base package.
