Metadata-Version: 2.1
Name: nti.traversal
Version: 1.0.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.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: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: repoze.lru
Requires-Dist: zope.container
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: 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"

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