pyproject.toml
src/fedctl/__init__.py
src/fedctl/__main__.py
src/fedctl/cli.py
src/fedctl.egg-info/PKG-INFO
src/fedctl.egg-info/SOURCES.txt
src/fedctl.egg-info/dependency_links.txt
src/fedctl.egg-info/entry_points.txt
src/fedctl.egg-info/requires.txt
src/fedctl.egg-info/top_level.txt
src/fedctl/benchmark/__init__.py
src/fedctl/benchmark/comm_metrics.py
src/fedctl/benchmark/parse_submit_logs.py
src/fedctl/build/__init__.py
src/fedctl/build/build.py
src/fedctl/build/dockerfile.py
src/fedctl/build/errors.py
src/fedctl/build/inspect.py
src/fedctl/build/push.py
src/fedctl/build/state.py
src/fedctl/build/tagging.py
src/fedctl/commands/__init__.py
src/fedctl/commands/address.py
src/fedctl/commands/build.py
src/fedctl/commands/configure.py
src/fedctl/commands/deploy.py
src/fedctl/commands/destroy.py
src/fedctl/commands/inspect.py
src/fedctl/commands/local.py
src/fedctl/commands/logs.py
src/fedctl/commands/register.py
src/fedctl/commands/run.py
src/fedctl/commands/submit.py
src/fedctl/config/__init__.py
src/fedctl/config/io.py
src/fedctl/config/merge.py
src/fedctl/config/paths.py
src/fedctl/config/repo.py
src/fedctl/config/schema.py
src/fedctl/deploy/__init__.py
src/fedctl/deploy/destroy.py
src/fedctl/deploy/errors.py
src/fedctl/deploy/naming.py
src/fedctl/deploy/network.py
src/fedctl/deploy/plan.py
src/fedctl/deploy/render.py
src/fedctl/deploy/resolve.py
src/fedctl/deploy/spec.py
src/fedctl/deploy/submit.py
src/fedctl/nomad/__init__.py
src/fedctl/nomad/client.py
src/fedctl/nomad/errors.py
src/fedctl/nomad/nodeview.py
src/fedctl/project/__init__.py
src/fedctl/project/errors.py
src/fedctl/project/flwr_inspect.py
src/fedctl/project/pyproject_patch.py
src/fedctl/state/__init__.py
src/fedctl/state/errors.py
src/fedctl/state/manifest.py
src/fedctl/state/store.py
src/fedctl/state/submissions.py
src/fedctl/submit/__init__.py
src/fedctl/submit/artifact.py
src/fedctl/submit/client.py
src/fedctl/submit/render.py
src/fedctl/submit/runner.py
src/fedctl/util/console.py
tests/test_benchmark_comm_metrics.py
tests/test_benchmark_parse_submit_logs.py
tests/test_cli_help_visibility.py
tests/test_config.py
tests/test_deploy_render.py
tests/test_deploy_submit_resolve.py
tests/test_destroy_cli.py
tests/test_flwr_inspect.py
tests/test_local.py
tests/test_network.py
tests/test_nomad_client.py
tests/test_pyproject_patch.py
tests/test_repo_config_resolution.py
tests/test_run_repo_config.py
tests/test_smoke.py
tests/test_state_store.py
tests/test_submit_archive.py
tests/test_submit_cli.py
tests/test_submit_client.py
tests/test_submit_logs_follow.py
tests/test_submit_render.py
tests/test_submit_runner_env.py
tests/test_submit_runner_logs_archive.py
tests/test_submit_state.py