.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
run_computation.py
setup.py
start_worker.py
distributed_compute/__init__.py
distributed_compute/auth.py
distributed_compute/cli.py
distributed_compute/coordinator.py
distributed_compute/exceptions.py
distributed_compute/protocol.py
distributed_compute/task.py
distributed_compute/worker.py
distributed_compute_locally.egg-info/PKG-INFO
distributed_compute_locally.egg-info/SOURCES.txt
distributed_compute_locally.egg-info/dependency_links.txt
distributed_compute_locally.egg-info/entry_points.txt
distributed_compute_locally.egg-info/requires.txt
distributed_compute_locally.egg-info/top_level.txt
examples/basic_usage.py
examples/data_processing.py
examples/ml_inference.py
tests/__init__.py
tests/heavy_tests/__init__.py
tests/heavy_tests/test_data_processing.py
tests/heavy_tests/test_image_processing.py
tests/heavy_tests/test_large_payload.py
tests/heavy_tests/test_ml_training.py
tests/heavy_tests/test_pytorch_training.py
tests/heavy_tests/test_scientific_computing.py
tests/integration/test_integration_auth.py
tests/manual/cli_auth_test.py
tests/manual/debug_cli.py
tests/manual/integration_test.py
tests/manual/test_arg_parsing.py
tests/manual/test_auth.py
tests/manual/test_coordinator_password.py
tests/manual/test_password_auth.py
tests/manual/test_run.py
tests/unit/test_auth.py
tests/unit/test_distributed_compute.py
tests/unit/test_resource_aware_scheduling.py