summaryrefslogtreecommitdiff
path: root/README.rst
blob: 7e6ae6bca31dc92756640628ac29c6b630c5bb8b (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
35
36
37
38
================
 zope.component
================

.. image:: https://github.com/zopefoundation/zope.component/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.component/actions/workflows/tests.yml
        :alt: Unit test 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

.. image:: https://img.shields.io/pypi/v/zope.component.svg
        :target: https://pypi.python.org/pypi/zope.component/
        :alt: Current version on PyPI

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

.. image:: https://readthedocs.org/projects/zopecomponent/badge/?version=latest
        :target: http://zopecomponent.readthedocs.org/en/latest/
        :alt: Documentation 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