.coveragerc
.dockerignore
.gitattributes
.gitignore
.pre-commit-config.yaml
.pylintrc
.pyup.yml
.travis.yml
COPYRIGHT
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
TRADEMARK
docker-compose.instrumentation.yml
docker-compose.yml
manage.py
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/e2e.yml
.github/workflows/tests.yml
a3m/__init__.py
a3m/__main__.py
a3m/appconfig.py
a3m/archivematicaFunctions.py
a3m/bag.py
a3m/bindpid.py
a3m/common_metrics.py
a3m/countryCodes.py
a3m/databaseFunctions.py
a3m/dicts.py
a3m/executeOrRunSubProcess.py
a3m/fileOperations.py
a3m/namespaces.py
a3m.egg-info/PKG-INFO
a3m.egg-info/SOURCES.txt
a3m.egg-info/dependency_links.txt
a3m.egg-info/entry_points.txt
a3m.egg-info/not-zip-safe
a3m.egg-info/requires.txt
a3m.egg-info/top_level.txt
a3m/assets/workflow-schema-v1.json
a3m/assets/workflow.json
a3m/client/__init__.py
a3m/client/job.py
a3m/client/mcp.py
a3m/client/metrics.py
a3m/client/assets/modules.ini
a3m/client/assets/README/README.html
a3m/client/assets/mets/mets.xsd
a3m/client/assets/premis/premis.xsd
a3m/client/clientScripts/__init__.py
a3m/client/clientScripts/a3m_download_transfer.py
a3m/client/clientScripts/a3m_store_aip.py
a3m/client/clientScripts/archivematicaCreateMETSMetadataCSV.py
a3m/client/clientScripts/archivematicaCreateMETSReingest.py
a3m/client/clientScripts/archivematicaCreateMETSRights.py
a3m/client/clientScripts/assign_file_uuids.py
a3m/client/clientScripts/assign_uuids_to_directories.py
a3m/client/clientScripts/bag_with_empty_directories.py
a3m/client/clientScripts/bind_pid.py
a3m/client/clientScripts/bind_pids.py
a3m/client/clientScripts/characterize_file.py
a3m/client/clientScripts/check_for_access_directory.py
a3m/client/clientScripts/check_for_service_directory.py
a3m/client/clientScripts/check_for_submission_documentation.py
a3m/client/clientScripts/check_transfer_directory_for_objects.py
a3m/client/clientScripts/cmd_chmod.py
a3m/client/clientScripts/cmd_cp.py
a3m/client/clientScripts/cmd_mkdir.py
a3m/client/clientScripts/cmd_test.py
a3m/client/clientScripts/cmd_tree.py
a3m/client/clientScripts/compress_aip.py
a3m/client/clientScripts/copy_submission_docs.py
a3m/client/clientScripts/copy_transfer_submission_documentation.py
a3m/client/clientScripts/copy_transfers_metadata_and_logs.py
a3m/client/clientScripts/create_mets_v2.py
a3m/client/clientScripts/create_sip_from_transfer_objects.py
a3m/client/clientScripts/create_transfer_metadata.py
a3m/client/clientScripts/create_transfer_mets.py
a3m/client/clientScripts/examine_contents.py
a3m/client/clientScripts/extract_contents.py
a3m/client/clientScripts/failed_sip_cleanup.py
a3m/client/clientScripts/failed_transfer_cleanup.py
a3m/client/clientScripts/has_packages.py
a3m/client/clientScripts/identify_file_format.py
a3m/client/clientScripts/json_metadata_to_csv.py
a3m/client/clientScripts/load_dublin_core.py
a3m/client/clientScripts/load_labels_from_csv.py
a3m/client/clientScripts/load_premis_events_from_xml.py
a3m/client/clientScripts/manual_normalization_check_for_manual_normalization_directory.py
a3m/client/clientScripts/manual_normalization_create_metadata_and_restructure.py
a3m/client/clientScripts/manual_normalization_identify_files_included.py
a3m/client/clientScripts/manual_normalization_move_access_files_to_dip.py
a3m/client/clientScripts/manual_normalization_remove_mn_directories.py
a3m/client/clientScripts/move_or_merge.py
a3m/client/clientScripts/move_sip.py
a3m/client/clientScripts/move_transfer.py
a3m/client/clientScripts/normalize.py
a3m/client/clientScripts/parse_external_mets.py
a3m/client/clientScripts/parse_mets_to_db.py
a3m/client/clientScripts/pid_declaration.py
a3m/client/clientScripts/policy_check.py
a3m/client/clientScripts/remove_directories.py
a3m/client/clientScripts/remove_files_without_premis_metadata.py
a3m/client/clientScripts/remove_hidden_files_and_directories.py
a3m/client/clientScripts/remove_unneeded_files.py
a3m/client/clientScripts/restructure_for_compliance.py
a3m/client/clientScripts/rights_from_csv.py
a3m/client/clientScripts/sanitize_names.py
a3m/client/clientScripts/sanitize_object_names.py
a3m/client/clientScripts/save_dublin_core.py
a3m/client/clientScripts/store_file_modification_dates.py
a3m/client/clientScripts/transcribe_file.py
a3m/client/clientScripts/update_size_and_checksum.py
a3m/client/clientScripts/validate_file.py
a3m/client/clientScripts/verify_aip.py
a3m/client/clientScripts/verify_checksum.py
a3m/client/clientScripts/verify_mets.py
a3m/client/clientScripts/verify_sip_compliance.py
a3m/client/clientScripts/verify_transfer_compliance.py
a3m/client/clientScripts/virus_scan.py
a3m/externals/__init__.py
a3m/externals/fido/archivematica_format_extensions.xml
a3m/externals/fiwalk_plugins/ficonfig.txt
a3m/externals/fiwalk_plugins/pronom_ident.py
a3m/fpr/__init__.py
a3m/fpr/models.py
a3m/fpr/migrations/0001_initial.py
a3m/fpr/migrations/0002_initial_data.py
a3m/fpr/migrations/__init__.py
a3m/fpr/migrations/initial-data.json
a3m/main/__init__.py
a3m/main/apps.py
a3m/main/models.py
a3m/main/management/__init__.py
a3m/main/migrations/0001_initial.py
a3m/main/migrations/0002_initial_data.py
a3m/main/migrations/__init__.py
a3m/main/migrations/initial-data.json
a3m/server/__init__.py
a3m/server/db.py
a3m/server/enduro.py
a3m/server/mcp.py
a3m/server/metrics.py
a3m/server/packages.py
a3m/server/processing_config.py
a3m/server/queues.py
a3m/server/rpc_server.py
a3m/server/shared_dirs.py
a3m/server/translation.py
a3m/server/workflow.py
a3m/server/jobs/__init__.py
a3m/server/jobs/base.py
a3m/server/jobs/chain.py
a3m/server/jobs/client.py
a3m/server/jobs/decisions.py
a3m/server/jobs/local.py
a3m/server/rpc/__init__.py
a3m/server/rpc/a3m.proto
a3m/server/rpc/a3m_pb2.py
a3m/server/rpc/a3m_pb2_grpc.py
a3m/server/rpc/client.py
a3m/server/tasks/__init__.py
a3m/server/tasks/task.py
a3m/server/tasks/backends/__init__.py
a3m/server/tasks/backends/base.py
a3m/server/tasks/backends/gearman_backend.py
a3m/server/tasks/backends/pool_backend.py
a3m/settings/__init__.py
a3m/settings/common.py
a3m/settings/test.py
docs/MCPClient.md
hack/grafana/provisioning/dashboards/Archivematica.json
hack/grafana/provisioning/dashboards/dashboards.yml
hack/grafana/provisioning/datasources/datasource.yml
hack/prometheus/prometheus.yml
tests/client/__init__.py
tests/client/test_antivirus.py
tests/client/test_antivirus_clamdscan.py
tests/client/test_antivirus_clamscan.py
tests/client/test_client.py
tests/client/test_create_aip_mets.py
tests/client/test_create_mets_v2.py
tests/client/test_create_transfer_mets.py
tests/client/test_job.py
tests/client/test_json_conversion.py
tests/client/test_load_premis_events_from_xml.py
tests/client/test_move_or_merge.py
tests/client/test_pid_components.py
tests/client/test_reingest_mets.py
tests/client/test_rights_from_csv.py
tests/client/test_sanitize.py
tests/client/test_store_file_modification.py
tests/client/test_verify_checksum.py
tests/client/fixtures/agents.json
tests/client/fixtures/dublincore.json
tests/client/fixtures/events-reingest.json
tests/client/fixtures/events-transfer.json
tests/client/fixtures/files-transfer-unicode.json
tests/client/fixtures/files-transfer.json
tests/client/fixtures/files.json
tests/client/fixtures/fpr-reingest.json
tests/client/fixtures/mets_all_rights.xml
tests/client/fixtures/mets_file_dc.xml
tests/client/fixtures/mets_file_dc_updated.xml
tests/client/fixtures/mets_multiple_sip_dc.xml
tests/client/fixtures/mets_no_metadata.xml
tests/client/fixtures/mets_no_namespaces.xml
tests/client/fixtures/mets_only_file_dc.xml
tests/client/fixtures/mets_sip_and_file_dc.xml
tests/client/fixtures/mets_sip_dc.xml
tests/client/fixtures/mets_superseded_techmd.xml
tests/client/fixtures/mets_updated_rights.xml
tests/client/fixtures/reingest-characterization.json
tests/client/fixtures/reingest-checksum.json
tests/client/fixtures/reingest-file-id.json
tests/client/fixtures/reingest-preservation.json
tests/client/fixtures/rights-unicode-filepath.csv
tests/client/fixtures/rights.csv
tests/client/fixtures/rights.json
tests/client/fixtures/sip-reingest.json
tests/client/fixtures/sip.json
tests/client/fixtures/transfer.json
tests/client/fixtures/archivesspaceid_sip/objects/metadata/archivesspaceids.csv
tests/client/fixtures/create_aip_mets/objects/evelyn_s_photo-d8cc7af7-284a-42f5-b7f4-e181a0efc35f.tif
tests/client/fixtures/create_aip_mets/objects/evelyn_s_photo.jpg
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/duplicate_file_name.png
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/página_de_prueba.jpg
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/página_de_prueba.png
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/test_file.flac
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/test_file.jpg
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/test_file.mp3
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/test_file.png
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/dir-with-dashes/file with spaces.bin
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/broken_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/complex_book_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/empty_filenames.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/file_does_not_exist.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/mets_area_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/mets_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/missing_contentid.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/nested_file_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/no-contentids.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/path_with_spaces_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/simple_book_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/metadata/transfers/custom-structmap-41ab1f1a-34d0-4a83-a2a3-0ad1b1ee1c51/unicode_simple_book_structmap.xml
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/nested_dir/duplicate_file_name.png
tests/client/fixtures/custom_structmaps/custom-structmap-3a915449-d1bb-4920-b274-c917c7bb5929/objects/nested_dir/nested_file.rdata
tests/client/fixtures/custom_structmaps/model/files.json
tests/client/fixtures/custom_structmaps/model/sip.json
tests/client/fixtures/empty_metadata_files/objects/metadata/archivesspaceids.csv
tests/client/fixtures/emptysip/objects/metadata/transfers/.gitignore
tests/client/fixtures/metadata_csv_directories/objects/metadata/metadata.csv
tests/client/fixtures/metadata_csv_nondc/objects/metadata/metadata.csv
tests/client/fixtures/metadata_csv_sip/objects/metadata/metadata.csv
tests/client/fixtures/metadata_file_in_subdir_sip/objects/metadata/foo/foo.txt
tests/client/fixtures/microservice_agents/microservice_agents.json
tests/client/fixtures/new_preservation_file/objects/evelyn_s_photo-d8cc7af7-284a-42f5-b7f4-e181a0efc35f.tif
tests/client/fixtures/new_preservation_file/objects/evelyn_s_photo.jpg
tests/client/fixtures/pid_binding/directories.json
tests/client/fixtures/pid_binding/files.json
tests/client/fixtures/pid_binding/sip.json
tests/client/fixtures/pid_binding/transfer.json
tests/client/fixtures/pid_declaration/bad_identifiers.json
tests/client/fixtures/pid_declaration/identifiers.json
tests/client/fixtures/vcr_cassettes/test_bind_pid_to_files.yaml
tests/client/fixtures/vcr_cassettes/test_bind_pids_to_sip_and_dirs.yaml
tests/common/test_bindpid.py
tests/common/test_database_functions.py
tests/common/test_dicts.py
tests/common/test_env_configparser.py
tests/common/test_execute_functions.py
tests/common/test_file_operations.py
tests/common/fixtures/agents.json
tests/common/fixtures/test-identifiers-MODS-METS.xml
tests/common/fixtures/test-identifiers-islandora-METS.xml
tests/common/fixtures/test_database_functions.json
tests/common/fixtures/test_find_by_id_refid.yaml
tests/common/fixtures/test_index_aipfile_dmdsec_METS_dconly.xml
tests/common/fixtures/test_index_aipfile_dmdsec_METS_mixed.xml
tests/common/fixtures/test_index_fileuuid_METS_premisv2.xml
tests/common/fixtures/test_index_fileuuid_METS_premisv2_no_ns.xml
tests/common/fixtures/test_index_fileuuid_METS_premisv3.xml
tests/common/fixtures/test_index_metadata-METS.xml
tests/server/test_gearman.py
tests/server/test_integration.py
tests/server/test_mcp.py
tests/server/test_package.py
tests/server/test_pool.py
tests/server/test_queues.py
tests/server/test_translation.py
tests/server/test_workflow.py
tests/server/fixtures/workflow-integration-test.json
tests/server/fixtures/workflow-sample.json