opentimestamps_enricher.opentimestamps_enricher#
Module Contents#
- class opentimestamps_enricher.opentimestamps_enricher.OpentimestampsEnricher#
Bases:
auto_archiver.core.EnricherBase classes and utilities for enrichers in the Auto Archiver system.
Enricher modules must implement the enrich method to define their behavior.
- enrich(to_enrich: auto_archiver.core.Metadata) None#
Enriches a Metadata object with additional information or context.
Takes the metadata object to enrich as an argument and modifies it in place, returning None.
- verify_timestamp(detached_timestamp)#
Verify a timestamp and extract verification information.
- Parameters:
detached_timestamp – The detached timestamp to verify.
- Returns:
Information about the verification result.
- Return type:
dict