s3-contract-cert/ [implemented]
|-- LICENSE [implemented]
|-- LICENSES/ [implemented]
|   `-- FLOCI-MIT.txt [implemented]
|-- NOTICE.md [implemented]
|-- PROJECT_TREE_STATUS.txt [implemented]
|-- README.md [implemented]
|-- docs/ [implemented]
|   `-- profiles.md [implemented]
|-- pyproject.toml [implemented]
|-- src/ [implemented]
|   `-- s3_contract_cert/ [implemented]
|       |-- __init__.py [implemented]
|       |-- cli.py [implemented]
|       |-- config.py [implemented]
|       |-- evidence.py [implemented]
|       |-- plugin.py [implemented]
|       |-- py.typed [implemented]
|       `-- tests/ [implemented]
|           |-- __init__.py [implemented]
|           |-- conftest.py [implemented]
|           |-- test_contract_errors.py [implemented]
|           |-- test_contract_http_semantics.py [implemented]
|           |-- test_contract_multipart.py [implemented]
|           |-- test_contract_presign.py [implemented]
|           |-- test_contract_versioning.py [implemented]
|           |-- test_s3_bucket_object_contract.py [implemented]
|           |-- test_s3_cors_contract.py [implemented]
|           `-- test_s3_notifications_contract.py [implemented]
`-- tests/ [implemented]
    `-- test_package_import.py [implemented]
