.gitignore
.pre-commit-config.yaml
LICENSE
README.md
THIRD_PARTY_LICENSES
mkdocs.yml
pyproject.toml
tox.ini
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/SECURITY.md
.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/publish.yml
.github/workflows/tests.yml
docs/examples.md
docs/faq.md
docs/generate_api.py
docs/get-started.md
docs/index.md
docs/installation.md
docs/api/cli.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/dask-distributed.md
docs/guides/endpoints-debugging.md
docs/guides/endpoints.md
docs/guides/globus-compute.md
docs/guides/index.md
docs/guides/object-lifetimes.md
docs/guides/performance.md
docs/guides/proxy-futures.md
docs/guides/relay-serving.md
docs/guides/streaming.md
docs/publications/index.md
docs/static/endpoint-overview.svg
docs/static/endpoint-peering.svg
docs/static/favicon.png
docs/static/icon-white.svg
docs/static/logo-dark.svg
docs/static/logo-light.svg
docs/static/proxystore-overview.svg
docs/static/proxystore-schematic.svg
docs/static/proxystore-streaming.svg
docs/templates/python/material/module.html.jinja
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/ex.py
proxystore/factory.py
proxystore/mypy_plugin.py
proxystore/py.typed
proxystore/serialize.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/dim.py
proxystore/connectors/endpoint.py
proxystore/connectors/file.py
proxystore/connectors/globus.py
proxystore/connectors/local.py
proxystore/connectors/multi.py
proxystore/connectors/protocols.py
proxystore/connectors/redis.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/globus/__init__.py
proxystore/globus/cli.py
proxystore/globus/client.py
proxystore/globus/manager.py
proxystore/globus/scopes.py
proxystore/globus/storage.py
proxystore/globus/transfer.py
proxystore/p2p/__init__.py
proxystore/p2p/chunks.py
proxystore/p2p/connection.py
proxystore/p2p/exceptions.py
proxystore/p2p/manager.py
proxystore/p2p/nat.py
proxystore/p2p/relay/__init__.py
proxystore/p2p/relay/authenticate.py
proxystore/p2p/relay/client.py
proxystore/p2p/relay/config.py
proxystore/p2p/relay/exceptions.py
proxystore/p2p/relay/manager.py
proxystore/p2p/relay/messages.py
proxystore/p2p/relay/run.py
proxystore/p2p/relay/server.py
proxystore/proxy/__init__.py
proxystore/proxy/_property.py
proxystore/proxy/_utils.py
proxystore/store/__init__.py
proxystore/store/base.py
proxystore/store/cache.py
proxystore/store/config.py
proxystore/store/exceptions.py
proxystore/store/executor.py
proxystore/store/factory.py
proxystore/store/future.py
proxystore/store/lifetimes.py
proxystore/store/metrics.py
proxystore/store/ref.py
proxystore/store/scopes.py
proxystore/store/types.py
proxystore/store/utils.py
proxystore/stream/__init__.py
proxystore/stream/events.py
proxystore/stream/exceptions.py
proxystore/stream/filters.py
proxystore/stream/interface.py
proxystore/stream/protocols.py
proxystore/stream/shims/__init__.py
proxystore/stream/shims/kafka.py
proxystore/stream/shims/queue.py
proxystore/stream/shims/redis.py
proxystore/stream/shims/zmq.py
proxystore/utils/__init__.py
proxystore/utils/config.py
proxystore/utils/counter.py
proxystore/utils/data.py
proxystore/utils/environment.py
proxystore/utils/imports.py
proxystore/utils/tasks.py
proxystore/utils/timer.py
testing/__init__.py
testing/compat.py
testing/connectors.py
testing/endpoint.py
testing/mocking.py
testing/relay_server.py
testing/ssl.py
testing/stores.py
testing/utils.py
testing/mocked/__init__.py
testing/mocked/globus.py
testing/mocked/kafka.py
testing/mocked/redis.py
testing/scripts/README.md
testing/scripts/kafka_pubsub.py
testing/scripts/peer_connection_bandwidth.py
testing/scripts/peer_endpoint_bandwidth.py
testing/scripts/peer_manager_bandwidth.py
testing/scripts/redis_pubsub.py
tests/__init__.py
tests/conftest.py
tests/ex_test.py
tests/factory_test.py
tests/mypy_plugin_test.py
tests/serialize_test.py
tests/connectors/__init__.py
tests/connectors/connector_test.py
tests/connectors/dim_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/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/globus/__init__.py
tests/globus/cli_test.py
tests/globus/client_test.py
tests/globus/conftest.py
tests/globus/manager_test.py
tests/globus/scopes_test.py
tests/globus/storage_test.py
tests/globus/transfer_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/manager_test.py
tests/p2p/nat_test.py
tests/p2p/relay/__init__.py
tests/p2p/relay/authenticate_test.py
tests/p2p/relay/client_test.py
tests/p2p/relay/config_test.py
tests/p2p/relay/manager_test.py
tests/p2p/relay/messages_test.py
tests/p2p/relay/run_test.py
tests/p2p/relay/server_test.py
tests/proxy/__init__.py
tests/proxy/property_test.py
tests/proxy/proxy_async_test.py
tests/proxy/proxy_container_test.py
tests/proxy/proxy_numeric_test.py
tests/proxy/proxy_type_test.py
tests/proxy/proxy_utils_test.py
tests/store/__init__.py
tests/store/cache_test.py
tests/store/config_test.py
tests/store/executor_test.py
tests/store/factory_test.py
tests/store/init_test.py
tests/store/lifetimes_test.py
tests/store/metrics_test.py
tests/store/ref_test.py
tests/store/scopes_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
tests/stream/__init__.py
tests/stream/events_test.py
tests/stream/filters_test.py
tests/stream/interface_test.py
tests/stream/shims/__init__.py
tests/stream/shims/kafka_test.py
tests/stream/shims/queue_test.py
tests/stream/shims/redis_test.py
tests/stream/shims/zmq_test.py
tests/utils/__init__.py
tests/utils/config_test.py
tests/utils/counter_test.py
tests/utils/data_test.py
tests/utils/environment_test.py
tests/utils/imports_test.py
tests/utils/tasks_test.py
tests/utils/timer_test.py