Difference between revisions of "METS Reader Writer"

From COPTR
Jump to navigation Jump to search
(Creation of METSRW record for COPTR)
 
(Fixup purpose)
 
Line 1: Line 1:
 
{{Infobox tool
 
{{Infobox tool
|purpose=METS Reader Writer (METSRW) is a Python library for processing and outputting METS/PREMIS XML according to the Archivematica METS profile.
+
|purpose=Python library for processing and outputting METS/PREMIS XML according to the Archivematica METS profile.
 
|homepage=https://github.com/artefactual-labs/mets-reader-writer
 
|homepage=https://github.com/artefactual-labs/mets-reader-writer
 
|sourcecode=https://github.com/artefactual-labs/mets-reader-writer
 
|sourcecode=https://github.com/artefactual-labs/mets-reader-writer

Latest revision as of 16:11, 26 November 2021


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]