https://github.com/zopefoundation/zope.component
https://github.com/zopefoundation/zope.component
maintained
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.component
- Owner: zopefoundation
- License: other
- Created: 2013-01-07T22:50:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-10-09T06:49:49.000Z (4 months ago)
- Last Synced: 2025-10-09T12:33:23.078Z (4 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 600 KB
- Stars: 32
- Watchers: 68
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
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