.coveragerc
.editorconfig
.gitignore
.readthedocs.yaml
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements_dev.txt
setup.cfg
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/authors.md
docs/conf.py
docs/contributing.md
docs/history.md
docs/index.md
docs/installation.md
docs/make.bat
docs/readme.md
docs/requirements.txt
docs/usage.md
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_cli.py
tests/test_extra_context.py
tests/test_models_artifact_arrangement.py
tests/test_models_artifact_composition.py
tests/test_models_artifact_location.py
tests/test_models_composition_fingerprint.py
tests/test_models_hash_value.py
tests/test_models_performance.py
tests/test_models_research_artifact.py
tests/test_models_transparent_research_object.py
tests/test_models_trs.py
tests/test_models_tsa.py
tests/test_replication_package_model.py
tests/test_replication_package_verification.py
tests/test_tro_arrangements.py
tests/test_tro_creation.py
tests/test_tro_hashing.py
tests/test_tro_performances.py
tests/test_tro_reporting.py
tests/test_tro_save_load.py
tests/test_tro_signing.py
tests/test_tro_timestamping.py
tests/test_tro_utility_methods.py
tests/test_tro_workflow.py
tests/test_version.py
tro_utils/__init__.py
tro_utils/_version.py
tro_utils/cli.py
tro_utils/default.jinja2
tro_utils/replication_package.py
tro_utils/tro_utils.py
tro_utils.egg-info/PKG-INFO
tro_utils.egg-info/SOURCES.txt
tro_utils.egg-info/dependency_links.txt
tro_utils.egg-info/entry_points.txt
tro_utils.egg-info/requires.txt
tro_utils.egg-info/top_level.txt
tro_utils/models/__init__.py
tro_utils/models/_base.py
tro_utils/models/arrangement.py
tro_utils/models/artifact.py
tro_utils/models/attribute.py
tro_utils/models/composition.py
tro_utils/models/hash_value.py
tro_utils/models/performance.py
tro_utils/models/tro.py
tro_utils/models/trs.py
tro_utils/models/tsa.py