LICENSE
MANIFEST.in
README.md
pyproject.toml
eark_validator/__init__.py
eark_validator/const.py
eark_validator/mets.py
eark_validator/packages.py
eark_validator/rules.py
eark_validator/structure.py
eark_validator/utils.py
eark_validator.egg-info/PKG-INFO
eark_validator.egg-info/SOURCES.txt
eark_validator.egg-info/dependency_links.txt
eark_validator.egg-info/entry_points.txt
eark_validator.egg-info/requires.txt
eark_validator.egg-info/top_level.txt
eark_validator/cli/__init__.py
eark_validator/cli/app.py
eark_validator/infopacks/__init__.py
eark_validator/infopacks/information_package.py
eark_validator/infopacks/manifest.py
eark_validator/infopacks/package_handler.py
eark_validator/ipxml/__init__.py
eark_validator/ipxml/namespaces.py
eark_validator/ipxml/schema.py
eark_validator/ipxml/schematron.py
eark_validator/ipxml/resources/profiles/E-ARK-CSIP.xml
eark_validator/ipxml/resources/profiles/E-ARK-DIP.xml
eark_validator/ipxml/resources/profiles/E-ARK-SIP.xml
eark_validator/ipxml/resources/schema/DILCISExtensionMETS.xsd
eark_validator/ipxml/resources/schema/DILCISExtensionSIPMETS.xsd
eark_validator/ipxml/resources/schema/mets.csip.local.v2-0.xsd
eark_validator/ipxml/resources/schema/mets.profile.local.v2-0.xsd
eark_validator/ipxml/resources/schema/mets.profile.v2-0.xsd
eark_validator/ipxml/resources/schema/mets.sip.local.v2-0.xsd
eark_validator/ipxml/resources/schema/mets.xsd
eark_validator/ipxml/resources/schema/xhtml1-strict.xsd
eark_validator/ipxml/resources/schema/xlink.xsd
eark_validator/ipxml/resources/schema/xml.xsd
eark_validator/ipxml/resources/schematron/CSIP/mets_amdSec_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_behaviorSec_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_dmdSec_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_fileSec_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_metsHdr_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_metsRootElement_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_structLink_rules.xml
eark_validator/ipxml/resources/schematron/CSIP/mets_structMap_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_amdSec_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_behaviorSec_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_dmdSec_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_fileSec_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_metsHdr_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_metsRootElement_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_structLink_rules.xml
eark_validator/ipxml/resources/schematron/DIP/mets_structMap_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_amdSec_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_behaviorSec_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_dmdSec_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_fileSec_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_metsHdr_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_metsRootElement_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_structLink_rules.xml
eark_validator/ipxml/resources/schematron/SIP/mets_structMap_rules.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyAgentOtherType.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyContentCategory.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyContentInformationType.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyFileGrpAndStructMapDivisionLabel.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyNoteType.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyOAISPackageType.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyStatus.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyStructMapLabel.xml
eark_validator/ipxml/resources/vocabs/CSIPVocabularyStructMapType.xml
eark_validator/ipxml/resources/vocabs/DILCISVocabulariesSIP.xml
eark_validator/ipxml/resources/vocabs/SIPVocabularyRecordIDType.xml
eark_validator/ipxml/resources/vocabs/SIPVocabularyRecordStatus.xml
eark_validator/model/__init__.py
eark_validator/model/checksum.py
eark_validator/model/manifest.py
eark_validator/model/metadata.py
eark_validator/model/package_details.py
eark_validator/model/validation_report.py
eark_validator/specifications/__init__.py
eark_validator/specifications/specification.py
eark_validator/specifications/struct_reqs.py