summaryrefslogtreecommitdiff
path: root/README.rst
blob: fc3bdaa3b6c2432102a1433829f9f8c4ec8b5156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=================
 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/