summaryrefslogtreecommitdiff
path: root/README.rst
blob: ae6526fa0248ef17a3e46aab77956147ee4a8068 (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
29
===================
 ``zope.location``
===================

.. image:: https://img.shields.io/pypi/v/zope.location.svg
        :target: https://pypi.python.org/pypi/zope.location/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.location.svg
        :target: https://pypi.org/project/zope.location/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.location/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.location/actions/workflows/tests.yml

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

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

In Zope 3, "locations" are special objects that have a structural
location, indicated with ``__name__`` and ``__parent__`` attributes.

See `zope.container <https://zopecontainer.readthedocs.io/en/latest>`_
for a useful extension of this concept to "containers."

Documentation is hosted at https://zopelocation.readthedocs.io/en/latest/