Skip to main content

Zope Dublin Core implementation

Project description

zope.dublincore

https://github.com/zopefoundation/zope.dublincore/actions/workflows/tests.yml/badge.svg 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/

Changes

6.0 (2025-09-12)

  • Replace pkg_resources namespace with PEP 420 native namespace.

5.1 (2025-06-26)

  • Add support for Python 3.12 and 3.13.

  • Drop support for Python 3.7 and 3.8.

5.0 (2023-07-05)

  • Drop support for Python 2.7, 3.5, 3.6.

  • Add back support for Python 3.5.

  • Add support for Python 3.10, 3.11.

4.3.0 (2020-10-14)

  • Port .browser sub-package to Python 3.

  • Add support for Python 3.7, 3.8 and 3.9.

  • Drop support for running the tests using python setup.py test.

  • Drop support for Python 3.4 and 3.5.

4.2.0 (2017-07-25)

  • Add support for Python 3.5 and 3.6.

  • Drop support for Python 2.6 and 3.3.

  • Convert doctests to Sphinx, including building docs and testing doctest snippets under tox.

4.1.1 (2014-01-10)

  • Add explicit dependency on persistent (required but not declared).

  • Add explicit dependency on zope.annotation (required but not declared).

4.1.0 (2014-12-26)

4.0.1 (2014-12-20)

  • Add support for testing in CI.

4.0.0 (2013-02-20)

  • Add support for Python 3.3.

  • Replace deprecated zope.component.adapts usage with equivalent zope.component.adapter decorator.

  • Replace deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.

  • Drop support for Python 2.4 and 2.5.

3.8.2 (2010-02-19)

  • Update <DATETIME> regex normalizer to guard against test failure when a datetime’s microseconds value is zero.

3.8.1 (2010-12-14)

  • Add missing test dependency on zope.configuration and missing dependency of security.zcml on zope.security’s meta.zcml.

3.8.0 (2010-09-14)

  • Register the annotators also for (object, event), so copy-pasting a folder, changes the dublin core data of the contained objects, too. The changed annotators are the following:

    • zope.dublincore.timeannotators.ModifiedAnnotator

    • zope.dublincore.timeannotators.CreatedAnnotator

    • zope.dublincore.creatorannotator.CreatorAnnotator

3.7.0 (2010-08-19)

  • Remove backward-compatibility shims for deprecated zope.app.dublincore.* permissions.

  • Remove include the zcml configuration of zope.dublincore.browser.

  • Use python`s doctest instead of deprecated zope.testing.doctest.

3.6.3 (2010-04-23)

  • Restore backward-compatible zope.app.dublincore.* permissions, mapping them onto the new permissions using the <meta:redefinePermission> directive. These shims will be removed in 3.7.0.

  • Add unit (not functional) test for loadability of configure.zcml.

3.6.2 (2010-04-20)

  • Repair regression introduced in 3.6.1: the renamed permissions were not updated in other ZCML files.

3.6.1 (2010-04-19)

  • Rename the zope.app.dublincore.* permissions to zope.dublincore.*. Applications may need to fix up grants based on the old permissions.

  • Add tests for zope.dublincore.timeannotators.

  • Add not declared dependency on zope.lifecycleevent.

3.6.0 (2009-12-02)

  • Remove the marker interface IZopeDublinCoreAnnotatable which doesn’t seem to be used.

  • Make the registration of ZDCAnnotatableAdapter conditional, lifting the dependency on zope.annotation and thereby the ZODB, leaving it as a test dependency.

3.5.0 (2009-09-15)

  • Add missing dependencies.

  • Get rid of any testing dependencies beyond zope.testing.

  • Include browser ZCML configuration only if zope.browserpage is installed.

  • Specify i18n domain in package’s configure.zcml, because we use message IDs for permission titles.

  • Remove unused imports, fix one test that was inactive because of being overriden by another one by a mistake.

3.4.2 (2009-01-31)

  • Declare dependency on zope.datetime.

3.4.1 (2009-01-26)

  • Test dependencies are declared in a test extra now.

  • Fix: Make CreatorAnnotator not to fail if participation principal is None

3.4.0 (2007-09-28)

No further changes since 3.4.0a1.

3.4.0a1 (2007-04-22)

Initial release as a separate project, corresponds to zope.dublincore from Zope 3.4.0a1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope_dublincore-6.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zope_dublincore-6.0-py3-none-any.whl (39.3 kB view details)

Uploaded Python 3

File details

Details for the file zope_dublincore-6.0.tar.gz.

File metadata

  • Download URL: zope_dublincore-6.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for zope_dublincore-6.0.tar.gz
Algorithm Hash digest
SHA256 88631262e15dc1536fa5b91a7274e05948c5f242c3c73eb92dc513735b782b0b
MD5 114b44b182214808d580d223033380dd
BLAKE2b-256 6d405ac943c3b257e49e5d912a321917980c21ee94a620deb49d563ce0299031

See more details on using hashes here.

File details

Details for the file zope_dublincore-6.0-py3-none-any.whl.

File metadata

  • Download URL: zope_dublincore-6.0-py3-none-any.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for zope_dublincore-6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22779e9534295f828b3365d445c5ed7f3264187df27cbd398f7f1fc058214d5b
MD5 dbab40781585685b8c4f3f4709fc9b2a
BLAKE2b-256 0c0ca7fef1e22cf163bab3d6d9c1155cd9ebc1d8edc2eaa94939ae2d55416a10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page