summaryrefslogtreecommitdiff
path: root/README.rst
blob: 545090d62f7f2471d35e2c881bbd124ab217da20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=====================
 ``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://travis-ci.org/zopefoundation/zope.traversing.png?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.traversing

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.traversing/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.traversing?branch=master


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.