LICENSE
MANIFEST.in
PYPI.md
README.md
pyproject.toml
setup.cfg
setup.py
src/syft/VERSION
src/syft/__init__.py
src/syft/__main__.py
src/syft/abstract_server.py
src/syft/deployment_type.py
src/syft/orchestra.py
src/syft/stable_version.py
src/syft.egg-info/PKG-INFO
src/syft.egg-info/SOURCES.txt
src/syft.egg-info/dependency_links.txt
src/syft.egg-info/entry_points.txt
src/syft.egg-info/not-zip-safe
src/syft.egg-info/requires.txt
src/syft.egg-info/top_level.txt
src/syft/assets/css/fonts.css
src/syft/assets/css/style.css
src/syft/assets/css/tabulator_pysyft.min.css
src/syft/assets/img/logo.png
src/syft/assets/img/small-syft-symbol-logo.png
src/syft/assets/jinja/syft_exception.jinja2
src/syft/assets/jinja/table.jinja2
src/syft/assets/js/table.js
src/syft/assets/js/tabulator.min.js
src/syft/assets/svg/arrow.svg
src/syft/assets/svg/clipboard.svg
src/syft/assets/svg/copy.svg
src/syft/assets/svg/folder.svg
src/syft/assets/svg/info.svg
src/syft/assets/svg/request.svg
src/syft/assets/svg/search.svg
src/syft/assets/svg/table.svg
src/syft/capnp/__init__.py
src/syft/capnp/iterable.capnp
src/syft/capnp/kv_iterable.capnp
src/syft/capnp/recursive_serde.capnp
src/syft/client/__init__.py
src/syft/client/api.py
src/syft/client/client.py
src/syft/client/connection.py
src/syft/client/datasite_client.py
src/syft/client/enclave_client.py
src/syft/client/errors.py
src/syft/client/gateway_client.py
src/syft/client/protocol.py
src/syft/client/registry.py
src/syft/client/search.py
src/syft/client/sync_decision.py
src/syft/client/syncing.py
src/syft/client/user_settings.py
src/syft/custom_worker/__init__.py
src/syft/custom_worker/builder.py
src/syft/custom_worker/builder_docker.py
src/syft/custom_worker/builder_k8s.py
src/syft/custom_worker/builder_types.py
src/syft/custom_worker/config.py
src/syft/custom_worker/k8s.py
src/syft/custom_worker/runner_k8s.py
src/syft/custom_worker/utils.py
src/syft/custom_worker/workerpool_upgrade_utils.py
src/syft/dev/__init__.py
src/syft/dev/prof.py
src/syft/protocol/data_protocol.py
src/syft/protocol/protocol_version.json
src/syft/protocol/releases/.empty
src/syft/protocol/releases/.gitignore
src/syft/protocol/releases/0.9.1.json
src/syft/protocol/releases/0.9.2.json
src/syft/protocol/releases/0.9.3.json
src/syft/protocol/releases/0.9.5.json
src/syft/serde/__init__.py
src/syft/serde/array.py
src/syft/serde/arrow.py
src/syft/serde/capnp.py
src/syft/serde/deserialize.py
src/syft/serde/json_serde.py
src/syft/serde/lib_permissions.py
src/syft/serde/lib_service_registry.py
src/syft/serde/mock.py
src/syft/serde/recursive.py
src/syft/serde/recursive_primitives.py
src/syft/serde/serializable.py
src/syft/serde/serialize.py
src/syft/serde/signature.py
src/syft/serde/third_party.py
src/syft/serde/util.py
src/syft/server/__init__.py
src/syft/server/credentials.py
src/syft/server/datasite.py
src/syft/server/enclave.py
src/syft/server/env.py
src/syft/server/gateway.py
src/syft/server/routes.py
src/syft/server/run.py
src/syft/server/server.py
src/syft/server/service_registry.py
src/syft/server/utils.py
src/syft/server/uvicorn.py
src/syft/server/worker.py
src/syft/server/worker_settings.py
src/syft/service/__init__.py
src/syft/service/context.py
src/syft/service/response.py
src/syft/service/service.py
src/syft/service/warnings.py
src/syft/service/action/__init__.py
src/syft/service/action/action_data_empty.py
src/syft/service/action/action_endpoint.py
src/syft/service/action/action_object.py
src/syft/service/action/action_permissions.py
src/syft/service/action/action_service.py
src/syft/service/action/action_store.py
src/syft/service/action/action_types.py
src/syft/service/action/numpy.py
src/syft/service/action/pandas.py
src/syft/service/action/plan.py
src/syft/service/action/verification.py
src/syft/service/api/api.py
src/syft/service/api/api_service.py
src/syft/service/api/api_stash.py
src/syft/service/api/utils.py
src/syft/service/attestation/__init__.py
src/syft/service/attestation/attestation_constants.py
src/syft/service/attestation/attestation_service.py
src/syft/service/blob_storage/__init__.py
src/syft/service/blob_storage/remote_profile.py
src/syft/service/blob_storage/service.py
src/syft/service/blob_storage/stash.py
src/syft/service/blob_storage/util.py
src/syft/service/code/__init__.py
src/syft/service/code/code_parse.py
src/syft/service/code/status_service.py
src/syft/service/code/unparse.py
src/syft/service/code/user_code.py
src/syft/service/code/user_code_parse.py
src/syft/service/code/user_code_service.py
src/syft/service/code/user_code_stash.py
src/syft/service/code/utils.py
src/syft/service/code_history/code_history.py
src/syft/service/code_history/code_history_service.py
src/syft/service/code_history/code_history_stash.py
src/syft/service/data_subject/__init__.py
src/syft/service/data_subject/data_subject.py
src/syft/service/data_subject/data_subject_member.py
src/syft/service/data_subject/data_subject_member_service.py
src/syft/service/data_subject/data_subject_service.py
src/syft/service/dataset/__init__.py
src/syft/service/dataset/dataset.py
src/syft/service/dataset/dataset_service.py
src/syft/service/dataset/dataset_stash.py
src/syft/service/enclave/enclave_service.py
src/syft/service/job/__init__.py
src/syft/service/job/html_template.py
src/syft/service/job/job_service.py
src/syft/service/job/job_stash.py
src/syft/service/log/__init__.py
src/syft/service/log/log.py
src/syft/service/log/log_service.py
src/syft/service/log/log_stash.py
src/syft/service/metadata/__init__.py
src/syft/service/metadata/metadata_service.py
src/syft/service/metadata/migrations.py
src/syft/service/metadata/server_metadata.py
src/syft/service/migration/__init__.py
src/syft/service/migration/migration_service.py
src/syft/service/migration/object_migration_state.py
src/syft/service/network/association_request.py
src/syft/service/network/network_service.py
src/syft/service/network/rathole.py
src/syft/service/network/rathole_config_builder.py
src/syft/service/network/rathole_toml.py
src/syft/service/network/reverse_tunnel_service.py
src/syft/service/network/routes.py
src/syft/service/network/server_peer.py
src/syft/service/network/utils.py
src/syft/service/notification/__init__.py
src/syft/service/notification/email_templates.py
src/syft/service/notification/notification_service.py
src/syft/service/notification/notification_stash.py
src/syft/service/notification/notifications.py
src/syft/service/notifier/notifier.py
src/syft/service/notifier/notifier_enums.py
src/syft/service/notifier/notifier_service.py
src/syft/service/notifier/notifier_stash.py
src/syft/service/notifier/smtp_client.py
src/syft/service/output/output_service.py
src/syft/service/policy/__init__.py
src/syft/service/policy/policy.py
src/syft/service/policy/policy_service.py
src/syft/service/policy/user_policy_stash.py
src/syft/service/project/__init__.py
src/syft/service/project/project.py
src/syft/service/project/project_service.py
src/syft/service/project/project_stash.py
src/syft/service/queue/__init__.py
src/syft/service/queue/base_queue.py
src/syft/service/queue/queue.py
src/syft/service/queue/queue_service.py
src/syft/service/queue/queue_stash.py
src/syft/service/queue/zmq_client.py
src/syft/service/queue/zmq_common.py
src/syft/service/queue/zmq_consumer.py
src/syft/service/queue/zmq_producer.py
src/syft/service/request/__init__.py
src/syft/service/request/request.py
src/syft/service/request/request_service.py
src/syft/service/request/request_stash.py
src/syft/service/settings/__init__.py
src/syft/service/settings/migrations.py
src/syft/service/settings/settings.py
src/syft/service/settings/settings_service.py
src/syft/service/settings/settings_stash.py
src/syft/service/sync/__init__.py
src/syft/service/sync/diff_state.py
src/syft/service/sync/resolve_widget.py
src/syft/service/sync/sync_service.py
src/syft/service/sync/sync_stash.py
src/syft/service/sync/sync_state.py
src/syft/service/sync/widget_output.py
src/syft/service/user/__init__.py
src/syft/service/user/errors.py
src/syft/service/user/roles.py
src/syft/service/user/user.py
src/syft/service/user/user_roles.py
src/syft/service/user/user_service.py
src/syft/service/user/user_stash.py
src/syft/service/user/utils.py
src/syft/service/worker/__init__.py
src/syft/service/worker/image_identifier.py
src/syft/service/worker/image_registry.py
src/syft/service/worker/image_registry_service.py
src/syft/service/worker/image_registry_stash.py
src/syft/service/worker/utils.py
src/syft/service/worker/worker.py
src/syft/service/worker/worker_image.py
src/syft/service/worker/worker_image_service.py
src/syft/service/worker/worker_image_stash.py
src/syft/service/worker/worker_pool.py
src/syft/service/worker/worker_pool_service.py
src/syft/service/worker/worker_pool_stash.py
src/syft/service/worker/worker_service.py
src/syft/service/worker/worker_stash.py
src/syft/store/__init__.py
src/syft/store/document_store.py
src/syft/store/document_store_errors.py
src/syft/store/kv_document_store.py
src/syft/store/linked_obj.py
src/syft/store/locks.py
src/syft/store/mongo_client.py
src/syft/store/mongo_document_store.py
src/syft/store/sqlite_document_store.py
src/syft/store/blob_storage/__init__.py
src/syft/store/blob_storage/on_disk.py
src/syft/store/blob_storage/seaweedfs.py
src/syft/store/db/__init__.py
src/syft/store/db/db.py
src/syft/store/db/errors.py
src/syft/store/db/postgres.py
src/syft/store/db/query.py
src/syft/store/db/schema.py
src/syft/store/db/sqlite.py
src/syft/store/db/stash.py
src/syft/types/__init__.py
src/syft/types/base.py
src/syft/types/blob_storage.py
src/syft/types/datetime.py
src/syft/types/dicttuple.py
src/syft/types/errors.py
src/syft/types/identity.py
src/syft/types/result.py
src/syft/types/server_url.py
src/syft/types/syft_equals.py
src/syft/types/syft_metaclass.py
src/syft/types/syft_migration.py
src/syft/types/syft_object.py
src/syft/types/syft_object_registry.py
src/syft/types/syncable_object.py
src/syft/types/transforms.py
src/syft/types/twin_object.py
src/syft/types/uid.py
src/syft/util/__init__.py
src/syft/util/_std_stream_capture.py
src/syft/util/assets.py
src/syft/util/autoreload.py
src/syft/util/commit.py
src/syft/util/constants.py
src/syft/util/decorators.py
src/syft/util/env.py
src/syft/util/experimental_flags.py
src/syft/util/filterwarnings.py
src/syft/util/markdown.py
src/syft/util/misc_objs.py
src/syft/util/patch_ipython.py
src/syft/util/reset_server.py
src/syft/util/schema.py
src/syft/util/table.py
src/syft/util/telemetry.py
src/syft/util/trace_decorator.py
src/syft/util/update_commit.py
src/syft/util/util.py
src/syft/util/version_compare.py
src/syft/util/api_snapshot/api_snapshot.py
src/syft/util/api_snapshot/json_diff.py
src/syft/util/notebook_ui/__init__.py
src/syft/util/notebook_ui/icons.py
src/syft/util/notebook_ui/styles.py
src/syft/util/notebook_ui/components/__init__.py
src/syft/util/notebook_ui/components/base.py
src/syft/util/notebook_ui/components/sync.py
src/syft/util/notebook_ui/components/tabulator_template.py
src/syft/util/test_helpers/__init__.py
src/syft/util/test_helpers/checkpoint.py
src/syft/util/test_helpers/email_helpers.py
src/syft/util/test_helpers/job_helpers.py
src/syft/util/test_helpers/sync_helpers.py
src/syft/util/test_helpers/worker_helpers.py
src/syft/util/test_helpers/apis/__init__.py
src/syft/util/test_helpers/apis/rate_limiter.py
src/syft/util/test_helpers/apis/submit_query.py
src/syft/util/test_helpers/apis/live/__init__.py
src/syft/util/test_helpers/apis/live/schema.py
src/syft/util/test_helpers/apis/live/test_query.py
src/syft/util/test_helpers/apis/mock/__init__.py
src/syft/util/test_helpers/apis/mock/data.py
src/syft/util/test_helpers/apis/mock/schema.py
src/syft/util/test_helpers/apis/mock/test_query.py