zope.dublincore

Zope Dublin Core implementation


Keywords
metadata, dublincore
License
ZPL-2.1
Install
pip install zope.dublincore==5.0

Documentation

zope.dublincore

Documentation Status Latest release Supported Python versions Code Coverage

This package provides a Dublin Core support for Zope-based web applications. This includes:

  • an IZopeDublinCore interface definition that can be implemented by objects directly or via an adapter to support DublinCore metadata.
  • an IZopeDublinCore adapter for annotatable objects (objects providing IAnnotatable from zope.annotation).
  • a partial adapter for objects that already implement some of the IZopeDublinCore API,
  • a "Metadata" browser page (which by default appears in the ZMI),
  • subscribers to various object lifecycle events that automatically set the created and modified date and some other metadata.

Complete documentation is hosted at https://zopedublincore.readthedocs.io/