Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zopefoundation/zope.component


https://github.com/zopefoundation/zope.component

maintained

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

================
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 `_.

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