README.md
pyproject.toml
fastpluggy_fp_deployer.egg-info/PKG-INFO
fastpluggy_fp_deployer.egg-info/SOURCES.txt
fastpluggy_fp_deployer.egg-info/dependency_links.txt
fastpluggy_fp_deployer.egg-info/entry_points.txt
fastpluggy_fp_deployer.egg-info/requires.txt
fastpluggy_fp_deployer.egg-info/top_level.txt
src/__init__.py
src/app_manager.py
src/app_manifest.py
src/app_manifest_reader.py
src/apps_repo.py
src/cli.py
src/config.py
src/deploy_manifest.py
src/deploy_target.py
src/deployer.py
src/deps.py
src/infra_reader.py
src/models.py
src/plugin.py
src/registry_manifest_reader.py
src/stack_generator.py
src/routers/__init__.py
src/routers/api.py
src/routers/front.py
src/scripts/fp-systemd-install.sh
src/static/js/deploy_apps.js
src/static/js/deploy_targets.js
src/static/js/deploy_wizard.js
src/templates/deploy_apps.html.j2
src/templates/deploy_targets.html.j2
src/templates/deploy_wizard.html.j2
tests/test_app_manager.py
tests/test_app_manifest.py
tests/test_apps_repo.py
tests/test_cli.py
tests/test_deploy_manifest.py
tests/test_deploy_target.py
tests/test_deployer.py
tests/test_infra_reader.py
tests/test_registry_manifest_reader.py
tests/test_service_resolution.py
tests/test_stack_generator.py
tests/test_systemd_installer.py
tests/test_wizard_api.py
tests/test_wizard_flow.py