METS Reader Writer

From COPTR
Revision as of 16:11, 26 November 2021 by Ross-spencer (talk | contribs) (Fixup purpose)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Python library for processing and outputting METS/PREMIS XML according to the Archivematica METS profile.
Homepage:https://github.com/artefactual-labs/mets-reader-writer
Source Code:https://github.com/artefactual-labs/mets-reader-writer
License:GNU Affero General Public License v3.0
Language:Python
Input Formats:METS (Metadata Encoding and Transmission Standard), PREMIS (Preservation Metadata Implementation Strategies)
Output Formats:METS (Metadata Encoding and Transmission Standard), PREMIS (Preservation Metadata Implementation Strategies)
Function:Metadata Extraction,Metadata Processing




Description[edit]

METS Reader Writer (METSRW) is a Python library for processing and outputting METS/PREMIS XML according to the Archivematica METS profile. Archivematica METS can be processed by the library for the purpose of extraction and analysis of data. METS/PREMIS can also be generated in the library; enabling users to write new METS XML documents, or modify existing ones.

User Experiences[edit]