summaryrefslogtreecommitdiff
path: root/README.rst
blob: 163e94aa80b12025510dec874d157b1a0c8b9ff7 (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
30
31
32
33
34
``zope.component``
==================

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

.. image:: https://travis-ci.org/zopefoundation/zope.component.png?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.component
        :alt: Build Status

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

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.component/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.component?branch=master
        :alt: Coverage Status


.. note::

   This package is intended to be independently reusable in any Python
   project. It is maintained by the
   `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package represents the core of the Zope Component Architecture.
Together with the zope.interface_ package, it provides facilities for
defining, registering and looking up components.

Please see https://zopecomponent.readthedocs.io/en/latest/ for the
documentation.

.. _zope.interface: https://github.com/zopefoundation/zope.interface