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

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

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.