https://github.com/zopefoundation/zope.annotation
Mechanism for storing additional information about objects without modifying their classes
https://github.com/zopefoundation/zope.annotation
maintained
Last synced: 8 months ago
JSON representation
Mechanism for storing additional information about objects without modifying their classes
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.annotation
- Owner: zopefoundation
- License: other
- Created: 2013-02-11T20:51:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T06:38:05.000Z (9 months ago)
- Last Synced: 2025-10-18T13:56:03.292Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 63
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
``zope.annotation`` README
==========================
.. image:: https://img.shields.io/pypi/v/zope.annotation.svg
:target: https://pypi.python.org/pypi/zope.annotation/
:alt: Latest Version
.. image:: https://github.com/zopefoundation/zope.annotation/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.annotation/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/zopeannotation/badge/?version=latest
:target: http://zopeannotation.readthedocs.org/en/latest/
:alt: Documentation Status
This package provides a mechanism to store additional information about
objects without need to modify object class.