LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/syft/VERSION
src/syft/__init__.py
src/syft/abstract_node.py
src/syft/gevent_patch.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/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/deploy.py
src/syft/client/registry.py
src/syft/client/search.py
src/syft/client/user_settings.py
src/syft/external/__init__.py
src/syft/external/oblv/__init__.py
src/syft/external/oblv/auth.py
src/syft/external/oblv/constants.py
src/syft/external/oblv/deployment.py
src/syft/external/oblv/deployment_client.py
src/syft/external/oblv/exceptions.py
src/syft/external/oblv/oblv_keys.py
src/syft/external/oblv/oblv_keys_stash.py
src/syft/external/oblv/oblv_proxy.py
src/syft/external/oblv/oblv_service.py
src/syft/node/__init__.py
src/syft/node/credentials.py
src/syft/node/domain.py
src/syft/node/gateway.py
src/syft/node/node.py
src/syft/node/routes.py
src/syft/node/run.py
src/syft/node/server.py
src/syft/node/worker.py
src/syft/node/worker_settings.py
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/lib_permissions.py
src/syft/serde/lib_service_registry.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/service/__init__.py
src/syft/service/context.py
src/syft/service/response.py
src/syft/service/service.py
src/syft/service/action/__init__.py
src/syft/service/action/action_data_empty.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/code/__init__.py
src/syft/service/code/code_parse.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/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/message/__init__.py
src/syft/service/message/message_service.py
src/syft/service/message/message_stash.py
src/syft/service/message/messages.py
src/syft/service/metadata/metadata_service.py
src/syft/service/metadata/metadata_stash.py
src/syft/service/metadata/node_metadata.py
src/syft/service/network/network_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/queue_stash.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/user/__init__.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/store/__init__.py
src/syft/store/dict_document_store.py
src/syft/store/document_store.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_codecs.py
src/syft/store/mongo_document_store.py
src/syft/store/sqlite_document_store.py
src/syft/types/__init__.py
src/syft/types/base.py
src/syft/types/datetime.py
src/syft/types/grid_url.py
src/syft/types/syft_metaclass.py
src/syft/types/syft_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/autoreload.py
src/syft/util/decorators.py
src/syft/util/experimental_flags.py
src/syft/util/filterwarnings.py
src/syft/util/jax_settings.py
src/syft/util/logger.py
src/syft/util/telemetry.py
src/syft/util/trace_decorator.py
src/syft/util/util.py
src/syft/util/version_compare.py