LICENSE
MANIFEST.in
README.md
logging_config.ini
setup.cfg
setup.py
eatb/__init__.py
eatb/package_creator.py
eatb/settings.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/top_level.txt
eatb/cli/__init__.py
eatb/cli/cli.py
eatb/format/__init__.py
eatb/format/formatidentification.py
eatb/metadata/XmlHelper.py
eatb/metadata/__init__.py
eatb/metadata/metadata_identification.py
eatb/metadata/parseddcat.py
eatb/metadata/parsedead.py
eatb/metadata/mets/MetsValidation.py
eatb/metadata/mets/ParsedMets.py
eatb/metadata/mets/__init__.py
eatb/metadata/mets/metsgenerator.py
eatb/metadata/mets/metsutil.py
eatb/metadata/premis/PremisManipulate.py
eatb/metadata/premis/PremisUpdate.py
eatb/metadata/premis/__init__.py
eatb/metadata/premis/dippremis.py
eatb/metadata/premis/premisgenerator.py
eatb/oais/__init__.py
eatb/oais/aip_creation.py
eatb/oais/oais_package_type.py
eatb/oais/sip_creation.py
eatb/oais/sip_generator.py
eatb/packaging/__init__.py
eatb/packaging/manifest.py
eatb/packaging/package_creator.py
eatb/packaging/package_format.py
eatb/packaging/packaged_container.py
eatb/packaging/tar_entry_reader.py
eatb/packaging/task_utils.py
eatb/resources/__init__.py
eatb/resources/validation_rules.xml
eatb/resources/schemas/DILCISExtensionMETS.xsd
eatb/resources/schemas/IP.xsd
eatb/resources/schemas/__init__.py
eatb/resources/schemas/csip.xsd
eatb/resources/schemas/mets.xsd
eatb/resources/schemas/mets_1_11.xsd
eatb/resources/schemas/premis-v2-2.xsd
eatb/resources/schemas/xlink.xsd
eatb/storage/__init__.py
eatb/storage/checksum.py
eatb/storage/directorypairtreestorage.py
eatb/storage/encryption.py
eatb/storage/ipstate.py
eatb/storage/pairtreestorage.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/validation/__init__.py
eatb/validation/csip_validation.py
eatb/xml/__init__.py
eatb/xml/deliveryvalidation.py
eatb/xml/validationresult.py
eatb/xml/xmldictobject.py
eatb/xml/xmlschemanotfound.py
eatb/xml/xmlutils.py
eatb/xml/xmlvalidation.py
settings/default_commands.cfg
settings/settings.cfg
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_directorypairtreestorage.py
tests/test_encryption.py
tests/test_extract.py
tests/test_filehandling.py
tests/test_formatidentification.py
tests/test_manifest.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_pairtreestorage.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