Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zopefoundation/zope.component
https://github.com/zopefoundation/zope.component
maintained
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.component
- Owner: zopefoundation
- License: other
- Created: 2013-01-07T22:50:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T09:32:06.000Z (3 months ago)
- Last Synced: 2024-10-07T15:05:01.362Z (about 1 month ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 595 KB
- Stars: 32
- Watchers: 74
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.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