Metadata-Version: 2.4
Name: nti.traversal
Version: 1.2.0
Summary: NTI Traversal
Home-page: https://github.com/OpenNTI/nti.traversal
Author: Jason Madden
Author-email: jason@nextthought.com
License: Apache
Keywords: Traversal
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: repoze.lru
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.location
Requires-Dist: zope.traversing
Provides-Extra: test
Requires-Dist: nti.testing; extra == "test"
Requires-Dist: zope.testrunner; extra == "test"
Requires-Dist: coverage; extra == "test"
Provides-Extra: zodb
Requires-Dist: zope.container; extra == "zodb"
Provides-Extra: docs
Requires-Dist: Sphinx>=2.1; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: nti.testing; extra == "docs"
Requires-Dist: zope.testrunner; extra == "docs"
Requires-Dist: coverage; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===============
 nti.traversal
===============

.. image:: https://travis-ci.org/NextThought/nti.traversal.svg?branch=master
    :target: https://travis-ci.org/NextThought/nti.traversal

.. image:: https://coveralls.io/repos/github/NextThought/nti.traversal/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.traversal?branch=master

.. image:: https://readthedocs.org/projects/ntitraversal/badge/?version=latest
   :target: https://ntitraversal.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Support for `resource tree traversal
<https://pyramid.readthedocs.io/en/latest/narr/muchadoabouttraversal.html>`_
using `zope.traversing <https://zopetraversing.readthedocs.io>`_.


=========
 Changes
=========


1.2.0 (2026-07-02)
==================

- Add support for Python 3.15.


1.1.0 (2025-11-14)
==================

- Add support for Python 3.14.
- Remove support for Python < 3.12.
- Move ``zope.container`` to the new "zodb" extra.


1.0.0 (2024-11-11)
==================

- Drop support for Python < 3.10.
- Use native namespace packages.


0.0.1 (2020-01-02)
==================

- Add support for Python 3.
