CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/build/html/_static/file.png
docs/build/html/_static/logo-ocean.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/source/agents.rst
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/register_asset_remote_agent.rst
docs/source/register_asset_squid.rst
docs/source/_static/logo-ocean.png
docs/source/api/modules.rst
docs/source/api/starfish.ddo.authentication.rst
docs/source/api/starfish.ddo.rst
docs/source/api/starfish.ddo.starfish_ddo.rst
docs/source/api/starfish.job.job.rst
docs/source/api/starfish.job.job_base.rst
docs/source/api/starfish.job.rst
docs/source/api/starfish.metadata.metadata.rst
docs/source/api/starfish.metadata.rst
docs/source/api/starfish.ocean.ocean.rst
docs/source/api/starfish.ocean.rst
docs/source/api/starfish.operation.operation.rst
docs/source/api/starfish.operation.operation_base.rst
docs/source/api/starfish.operation.rst
docs/source/api/starfish.operation.squid_operation.rst
docs/source/api/starfish.rst
docs/source/classes/account.rst
docs/source/classes/agent.rst
docs/source/classes/asset.rst
docs/source/classes/job.rst
docs/source/classes/listing.rst
docs/source/classes/ocean.rst
docs/source/classes/purchase.rst
docs/source/classes/agent/agent_base.rst
docs/source/classes/agent/invoke_agent.rst
docs/source/classes/agent/memory_agent.rst
docs/source/classes/agent/remote_agent.rst
docs/source/classes/agent/squid_agent.rst
docs/source/classes/asset/asset_base.rst
docs/source/classes/asset/bundle_asset.rst
docs/source/classes/asset/data_asset.rst
docs/source/classes/asset/module.rst
docs/source/classes/asset/operation_asset.rst
docs/source/classes/job/job.rst
docs/source/classes/job/job_base.rst
docs/source/classes/listing/listing.rst
docs/source/classes/listing/listing_base.rst
docs/source/classes/purchase/purchase.rst
docs/source/classes/purchase/purchase_base.rst
docs/source/modules/starfish.rst
starfish/__init__.py
starfish/constants.py
starfish/exceptions.py
starfish/account/__init__.py
starfish/account/account.py
starfish/agent/__init__.py
starfish/agent/agent_base.py
starfish/agent/invoke_agent.py
starfish/agent/memory_agent.py
starfish/agent/remote_agent.py
starfish/agent/services.py
starfish/agent/squid_agent.py
starfish/asset/__init__.py
starfish/asset/asset_base.py
starfish/asset/bundle_asset.py
starfish/asset/data_asset.py
starfish/asset/operation_asset.py
starfish/asset/remote_data_asset.py
starfish/command_line/__init__.py
starfish/command_line/base_output.py
starfish/command_line/command_line.py
starfish/command_line/config.py
starfish/command_line/console_output.py
starfish/command_line/json_output.py
starfish/command_line/pytest_output.py
starfish/ddo/__init__.py
starfish/ddo/authentication.py
starfish/ddo/starfish_ddo.py
starfish/job/__init__.py
starfish/job/job.py
starfish/job/job_base.py
starfish/listing/__init__.py
starfish/listing/listing.py
starfish/listing/listing_base.py
starfish/metadata/__init__.py
starfish/metadata/metadata.py
starfish/middleware/__init__.py
starfish/middleware/squid_agent_adapter.py
starfish/middleware/starfish_events_manager.py
starfish/middleware/surfer_agent_adapter.py
starfish/ocean/__init__.py
starfish/ocean/ocean.py
starfish/operation/__init__.py
starfish/operation/operation.py
starfish/operation/operation_base.py
starfish/operation/squid_operation.py
starfish/purchase/__init__.py
starfish/purchase/purchase.py
starfish/purchase/purchase_base.py
starfish/utils/__init__.py
starfish/utils/artifacts.py
starfish/utils/crypto_hash.py
starfish/utils/did.py
starfish_py.egg-info/PKG-INFO
starfish_py.egg-info/SOURCES.txt
starfish_py.egg-info/dependency_links.txt
starfish_py.egg-info/not-zip-safe
starfish_py.egg-info/requires.txt
starfish_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/config.ini
tests/integration/conftest.py
tests/integration/command_line/_test_command_line.py
tests/integration/command_line/_test_ocean_cli.py
tests/integration/core/test_accounts.py
tests/integration/core/test_memory.py
tests/integration/core/test_squid.py
tests/integration/examples/test_examples.py
tests/integration/invoke/test_invoke.py
tests/integration/invoke/test_invoke_oa.py
tests/integration/keeper/test_direct_purchase.py
tests/integration/libs/helpers.py
tests/integration/libs/integration_test_config.py
tests/integration/mocks/__init__.py
tests/integration/mocks/brizo_mock.py
tests/integration/mocks/koi_client.py
tests/integration/mocks/koi_mock.py
tests/integration/mocks/surfer_mock.py
tests/integration/squid_issues/ddo_sa_sample.json
tests/integration/squid_issues/example_config.py
tests/integration/squid_issues/test_asset_search.py
tests/integration/squid_issues/test_config_setup.py
tests/integration/test_use_cases/__init__.py
tests/integration/test_use_cases/_test_20_invoke_service_free.py
tests/integration/test_use_cases/test_01_connect_to_ocean.py
tests/integration/test_use_cases/test_02_asset_identity.py
tests/integration/test_use_cases/test_03_agent_identity.py
tests/integration/test_use_cases/test_04_agent_registration.py
tests/integration/test_use_cases/test_05_agent_endpoint_update.py
tests/integration/test_use_cases/test_06_agent_endpoint_query.py
tests/integration/test_use_cases/test_07_metadata_access.py
tests/integration/test_use_cases/test_08_asset_registration.py
tests/integration/test_use_cases/test_09_construct_service_agreement.py
tests/integration/test_use_cases/test_10_asset_upload.py
tests/integration/test_use_cases/test_12_listing_publish.py
tests/integration/test_use_cases/test_13_asset_listing_search.py
tests/integration/test_use_cases/test_14_view_asset_listing.py
tests/integration/test_use_cases/test_16_asset_bundle.py
tests/integration/test_use_cases/test_17_asset_purchase.py
tests/integration/test_use_cases/test_18_confirm_purchase.py
tests/integration/test_use_cases/test_19_asset_download.py
tests/integration/test_use_cases/test_pd_case_asset_listing.py
tests/integration/test_use_cases/test_pd_case_file_transfer.py
tests/resources/config.ini
tests/resources/test_asset_file.txt
tests/resources/account_key_files/key_file_1.json
tests/resources/account_key_files/key_file_2.json
tests/resources/metadata/invoke_metadata.json
tests/resources/metadata/sample_metadata1.json
tests/resources/metadata/sample_metadata2.json
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/account/test_account.py
tests/unit/agent/test_invoke_agent.py
tests/unit/agent/test_memory_agent.py
tests/unit/agent/test_services.py
tests/unit/agent/test_squid_agent.py
tests/unit/asset/__init__.py
tests/unit/asset/test_asset_base.py
tests/unit/asset/test_bundle_asset.py
tests/unit/asset/test_data_asset.py
tests/unit/asset/test_modules.py
tests/unit/asset/test_operation_asset.py
tests/unit/libs/__init__.py
tests/unit/libs/unit_test_account.py
tests/unit/libs/unit_test_config.py
tests/unit/mocks/mock_squid_agent_adapter.py
tests/unit/ocean/__init__.py
tests/unit/ocean/test_ocean.py