.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/ISSUE_TEMPLATE/01_bug.yml
.github/ISSUE_TEMPLATE/02_feature.yml
.github/ISSUE_TEMPLATE/03_docs.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/cache.yml
.github/workflows/check-docs.yml
.github/workflows/docs.yml
.github/workflows/integration.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/examples.md
docs/generate_api.py
docs/get-started.md
docs/index.md
docs/installation.md
docs/known-issues.md
docs/_overrides/base.html
docs/_templates/python/material/function.html
docs/_templates/python/material/module.html
docs/_templates/python/material/docstring/admonition.html
docs/api/cli.md
docs/api/legacy-docs.md
docs/concepts/connector.md
docs/concepts/index.md
docs/concepts/proxy.md
docs/concepts/store.md
docs/contributing/index.md
docs/contributing/issues-pull-requests.md
docs/contributing/releases.md
docs/contributing/style-guide.md
docs/css/extra.css
docs/css/mkdocstrings.css
docs/guides/endpoints-debugging.md
docs/guides/endpoints.md
docs/guides/globus-compute.md
docs/guides/index.md
docs/guides/performance.md
docs/publications/index.md
docs/static/endpoint-overview.svg
docs/static/endpoint-peering.svg
docs/static/favicon.png
docs/static/icon.png
docs/static/logo-dark.png
docs/static/logo-light.png
docs/static/proxystore-overview.svg
docs/static/proxystore-schematic.svg
examples/.gitignore
examples/README.md
examples/requirements.txt
examples/store_metrics.py
examples/globus-compute/README.md
examples/globus-compute/mapreduce_globus_compute.py
examples/globus-compute/run.sh
examples/parsl/README.md
examples/parsl/mapreduce_parsl.py
examples/parsl/run.sh
proxystore/__init__.py
proxystore/factory.py
proxystore/globus.py
proxystore/proxy.py
proxystore/py.typed
proxystore/serialize.py
proxystore/timer.py
proxystore/utils.py
proxystore/warnings.py
proxystore.egg-info/PKG-INFO
proxystore.egg-info/SOURCES.txt
proxystore.egg-info/dependency_links.txt
proxystore.egg-info/entry_points.txt
proxystore.egg-info/requires.txt
proxystore.egg-info/top_level.txt
proxystore/connectors/__init__.py
proxystore/connectors/connector.py
proxystore/connectors/endpoint.py
proxystore/connectors/file.py
proxystore/connectors/globus.py
proxystore/connectors/local.py
proxystore/connectors/multi.py
proxystore/connectors/redis.py
proxystore/connectors/dim/__init__.py
proxystore/connectors/dim/exceptions.py
proxystore/connectors/dim/margo.py
proxystore/connectors/dim/models.py
proxystore/connectors/dim/ucx.py
proxystore/connectors/dim/utils.py
proxystore/connectors/dim/zmq.py
proxystore/endpoint/__init__.py
proxystore/endpoint/cli.py
proxystore/endpoint/client.py
proxystore/endpoint/commands.py
proxystore/endpoint/config.py
proxystore/endpoint/constants.py
proxystore/endpoint/endpoint.py
proxystore/endpoint/exceptions.py
proxystore/endpoint/messages.py
proxystore/endpoint/serve.py
proxystore/endpoint/storage.py
proxystore/p2p/__init__.py
proxystore/p2p/chunks.py
proxystore/p2p/connection.py
proxystore/p2p/counter.py
proxystore/p2p/exceptions.py
proxystore/p2p/manager.py
proxystore/p2p/messages.py
proxystore/p2p/relay.py
proxystore/p2p/relay_client.py
proxystore/p2p/task.py
proxystore/store/__init__.py
proxystore/store/base.py
proxystore/store/cache.py
proxystore/store/endpoint.py
proxystore/store/exceptions.py
proxystore/store/file.py
proxystore/store/globus.py
proxystore/store/local.py
proxystore/store/metrics.py
proxystore/store/multi.py
proxystore/store/redis.py
proxystore/store/utils.py
testing/__init__.py
testing/compat.py
testing/connectors.py
testing/endpoint.py
testing/mocking.py
testing/relay_server.py
testing/stores.py
testing/utils.py
testing/mocked/__init__.py
testing/mocked/globus.py
testing/mocked/pymargo.py
testing/mocked/redis.py
testing/mocked/ucx.py
testing/scripts/README.md
testing/scripts/peer_connection_bandwidth.py
testing/scripts/peer_endpoint_bandwidth.py
testing/scripts/peer_manager_bandwidth.py
tests/__init__.py
tests/conftest.py
tests/factory_test.py
tests/globus_test.py
tests/proxy_test.py
tests/serialization_test.py
tests/timer_test.py
tests/utils_test.py
tests/connectors/__init__.py
tests/connectors/connector_test.py
tests/connectors/endpoint_test.py
tests/connectors/file_test.py
tests/connectors/globus_test.py
tests/connectors/local_test.py
tests/connectors/multi_test.py
tests/connectors/redis_test.py
tests/connectors/dim/__init__.py
tests/connectors/dim/margo_test.py
tests/connectors/dim/ucx_test.py
tests/connectors/dim/zmq_test.py
tests/endpoint/__init__.py
tests/endpoint/cli_test.py
tests/endpoint/client_test.py
tests/endpoint/commands_test.py
tests/endpoint/config_test.py
tests/endpoint/endpoint_peering_test.py
tests/endpoint/endpoint_solo_test.py
tests/endpoint/serve_test.py
tests/endpoint/storage_test.py
tests/integration/__init__.py
tests/integration/endpoints_test.py
tests/p2p/__init__.py
tests/p2p/chunks_test.py
tests/p2p/connection_test.py
tests/p2p/counter_test.py
tests/p2p/manager_test.py
tests/p2p/messages_test.py
tests/p2p/relay_cli_test.py
tests/p2p/relay_client_test.py
tests/p2p/relay_test.py
tests/p2p/task_test.py
tests/store/__init__.py
tests/store/cache_test.py
tests/store/init_test.py
tests/store/metrics_test.py
tests/store/shims_test.py
tests/store/store_basics_test.py
tests/store/store_metrics_test.py
tests/store/store_proxy_test.py
tests/store/utils_test.py