``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 .. 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 `_. 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 http://docs.zope.org/zope.component/ for the documentation. .. _zope.interface: https://github.com/zopefoundation/zope.interface