MANIFEST.in
README.md
pyproject.toml
default_apps/starter_app/main.py
default_apps/starter_app/run.sh
fetchers/netflix/main.py
projects/myanalysis/main.py
projects/netflix_stats/main.py
syftbox/__init__.py
syftbox/__version__.py
syftbox/main.py
syftbox.egg-info/PKG-INFO
syftbox.egg-info/SOURCES.txt
syftbox.egg-info/dependency_links.txt
syftbox.egg-info/entry_points.txt
syftbox.egg-info/requires.txt
syftbox.egg-info/top_level.txt
syftbox/app/__init__.py
syftbox/app/cli.py
syftbox/app/install.py
syftbox/app/manager.py
syftbox/assets/icon.zip
syftbox/client/__init__.py
syftbox/client/api.py
syftbox/client/auth.py
syftbox/client/base.py
syftbox/client/cli.py
syftbox/client/cli_setup.py
syftbox/client/client2.py
syftbox/client/env.py
syftbox/client/exceptions.py
syftbox/client/fsevents.py
syftbox/client/logger.py
syftbox/client/plugin_manager.py
syftbox/client/plugins/apps.py
syftbox/client/plugins/sync/__init__.py
syftbox/client/plugins/sync/constants.py
syftbox/client/plugins/sync/consumer.py
syftbox/client/plugins/sync/endpoints.py
syftbox/client/plugins/sync/exceptions.py
syftbox/client/plugins/sync/manager.py
syftbox/client/plugins/sync/queue.py
syftbox/client/plugins/sync/sync.py
syftbox/client/routers/app_router.py
syftbox/client/routers/common.py
syftbox/client/routers/datasite_router.py
syftbox/client/routers/index_router.py
syftbox/client/utils/__init__.py
syftbox/client/utils/dir_tree.py
syftbox/client/utils/display.py
syftbox/client/utils/error_reporting.py
syftbox/client/utils/file_manager.py
syftbox/client/utils/macos.py
syftbox/client/utils/net.py
syftbox/lib/__init__.py
syftbox/lib/client_config.py
syftbox/lib/client_shim.py
syftbox/lib/constants.py
syftbox/lib/datasite.py
syftbox/lib/debug.py
syftbox/lib/email.py
syftbox/lib/exceptions.py
syftbox/lib/ignore.py
syftbox/lib/lib.py
syftbox/lib/profiling.py
syftbox/lib/types.py
syftbox/lib/validators.py
syftbox/lib/workspace.py
syftbox/server/__init__.py
syftbox/server/analytics.py
syftbox/server/cli.py
syftbox/server/logger.py
syftbox/server/middleware.py
syftbox/server/server.py
syftbox/server/settings.py
syftbox/server/assets/icon.png
syftbox/server/emails/models.py
syftbox/server/emails/router.py
syftbox/server/sync/__init__.py
syftbox/server/sync/db.py
syftbox/server/sync/file_store.py
syftbox/server/sync/hash.py
syftbox/server/sync/models.py
syftbox/server/sync/router.py
syftbox/server/templates/datasites.html
syftbox/server/templates/folder.html
syftbox/server/templates/index.html
syftbox/server/templates/install.sh
syftbox/server/users/__init__.py
syftbox/server/users/auth.py
syftbox/server/users/router.py
tests/__init__.py
tests/e2e/conftest.py
tests/e2e/test_aggregator_with_local_training.py
tests/e2e/test_basic_aggregator.py
tests/e2e/test_fl_model_training.py
tests/e2e/test_launch.py
tests/e2e/test_model_aggregator.py
tests/e2e/test_ring.py
tests/integration/app_plugin/app_plugin_test.py
tests/integration/app_plugin/conftest.py
tests/integration/app_plugin/fixtures/app_mocks.py
tests/integration/client/api_request_name_test.py
tests/integration/client/conftest.py
tests/stress/__init__.py
tests/stress/locustfile.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/import_test.py
tests/unit/apps/apps_cli_test.py
tests/unit/apps/compat_test.py
tests/unit/apps/config_test.py
tests/unit/apps/install_test.py
tests/unit/client/api_test.py
tests/unit/client/client_cli_test.py
tests/unit/client/debug_report_test.py
tests/unit/client/main_cli_test.py
tests/unit/client/prompt_test.py
tests/unit/client/setup_config_test.py
tests/unit/client/syft_client_test.py
tests/unit/client/workspace_test.py
tests/unit/lib/client_shim_test.py
tests/unit/server/conftest.py
tests/unit/server/file_store_test.py
tests/unit/server/settings_test.py
tests/unit/server/sync_endpoint_test.py
tests/unit/sync/conftest.py
tests/unit/sync/ignore_test.py
tests/unit/sync/queue_test.py
tests/unit/sync/sync_test.py