================= zope.traversing ================= .. image:: https://img.shields.io/pypi/v/zope.traversing.svg :target: https://pypi.python.org/pypi/zope.traversing/ :alt: Latest release .. image:: https://img.shields.io/pypi/pyversions/zope.traversing.svg :target: https://pypi.org/project/zope.traversing/ :alt: Supported Python versions .. image:: https://github.com/zopefoundation/zope.traversing/actions/workflows/tests.yml/badge.svg :target: https://github.com/zopefoundation/zope.traversing/actions/workflows/tests.yml .. image:: https://coveralls.io/repos/github/zopefoundation/zope.traversing/badge.svg?branch=master :target: https://coveralls.io/github/zopefoundation/zope.traversing?branch=master .. image:: https://readthedocs.org/projects/zopetraversing/badge/?version=latest :target: https://zopetraversing.readthedocs.io/en/latest/ :alt: Documentation Status This package provides adapters for resolving object paths by traversing an object hierarchy. This package also includes support for traversal namespaces (e.g. ``++view++``, ``++skin++``, etc.) as well as computing URLs via the ``@@absolute_url`` view. Documentation is hosted at https://zopetraversing.readthedocs.io/