LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
eatb/__init__.py
eatb/checksum.py
eatb/cli.py
eatb/csip_validation.py
eatb/file_format.py
eatb/ipstate.py
eatb/logging_config.ini
eatb/oais_ip.py
eatb/package_creator.py
eatb/packaging.py
eatb/pairtree_storage.py
eatb/settings.cfg
eatb/settings.py
eatb/storage.py
eatb.egg-info/PKG-INFO
eatb.egg-info/SOURCES.txt
eatb.egg-info/dependency_links.txt
eatb.egg-info/not-zip-safe
eatb.egg-info/requires.txt
eatb.egg-info/top_level.txt
eatb/metadata/__init__.py
eatb/metadata/dip_parsed_premis.py
eatb/metadata/ead.py
eatb/metadata/mets.py
eatb/metadata/mets_generator.py
eatb/metadata/mets_validation.py
eatb/metadata/parsed_dcat.py
eatb/metadata/parsed_ead.py
eatb/metadata/parsed_mets.py
eatb/metadata/parsed_premis.py
eatb/metadata/premis.py
eatb/metadata/premis_creator.py
eatb/metadata/premis_generator.py
eatb/resources/__init__.py
eatb/resources/default_commands.cfg
eatb/resources/validation_rules.xml
eatb/resources/schemas/DILCISExtensionMETS.xsd
eatb/resources/schemas/DILCISExtensionMETS.xsd.xml
eatb/resources/schemas/E-ARK-CSIP-v2-0-4.xml
eatb/resources/schemas/IP.xsd
eatb/resources/schemas/__init__.py
eatb/resources/schemas/csip.xsd
eatb/resources/schemas/ead3.xsd
eatb/resources/schemas/mets.xsd
eatb/resources/schemas/mets_1_11.xsd
eatb/resources/schemas/premis-v2-2.xsd
eatb/resources/schemas/premis-v3-0.xsd
eatb/resources/schemas/xlink.xsd
eatb/resources/vocabularies/CSIPVocabularyContentCategory.xml
eatb/resources/vocabularies/CSIPVocabularyContentInformationType.xml
eatb/utils/XmlHelper.py
eatb/utils/__init__.py
eatb/utils/datetime.py
eatb/utils/dictutils.py
eatb/utils/encrypt.py
eatb/utils/fileutils.py
eatb/utils/listhandling.py
eatb/utils/randomutils.py
eatb/utils/reporters.py
eatb/utils/stringutils.py
eatb/utils/terminal.py
eatb/utils/xmlutils.py
tests/__init__.py
tests/base.py
tests/dip_premis_test.py
tests/test_checksum.py
tests/test_cli.py
tests/test_csip_validation.py
tests/test_datetime.py
tests/test_encryption.py
tests/test_extract.py
tests/test_filehandling.py
tests/test_formatidentification.py
tests/test_metadata_dcat.py
tests/test_metadata_ead.py
tests/test_mets_generator.py
tests/test_mets_util.py
tests/test_mets_validation.py
tests/test_ocfl_storage.py
tests/test_pairtreestorage.py
tests/test_parse_csip_vocabulary.py
tests/test_parsed_mets.py
tests/test_premis_generation.py
tests/test_premis_manipulate.py
tests/test_stringutils.py
tests/test_tarentryreader.py
tests/test_unzip.py
tests/test_utils.py
tests/test_xml.py