LICENSE
README.md
pyproject.toml
setup.py
src/wasm/__init__.py
src/wasm/__main__.py
src/wasm/main.py
src/wasm/cli/__init__.py
src/wasm/cli/interactive.py
src/wasm/cli/parser.py
src/wasm/cli/commands/__init__.py
src/wasm/cli/commands/backup.py
src/wasm/cli/commands/cert.py
src/wasm/cli/commands/monitor.py
src/wasm/cli/commands/service.py
src/wasm/cli/commands/setup.py
src/wasm/cli/commands/site.py
src/wasm/cli/commands/webapp.py
src/wasm/completions/__init__.py
src/wasm/completions/_wasm
src/wasm/completions/wasm.bash
src/wasm/completions/wasm.fish
src/wasm/core/__init__.py
src/wasm/core/config.py
src/wasm/core/dependencies.py
src/wasm/core/exceptions.py
src/wasm/core/logger.py
src/wasm/core/utils.py
src/wasm/deployers/__init__.py
src/wasm/deployers/base.py
src/wasm/deployers/nextjs.py
src/wasm/deployers/nodejs.py
src/wasm/deployers/python.py
src/wasm/deployers/registry.py
src/wasm/deployers/static.py
src/wasm/deployers/vite.py
src/wasm/managers/__init__.py
src/wasm/managers/apache_manager.py
src/wasm/managers/backup_manager.py
src/wasm/managers/base_manager.py
src/wasm/managers/cert_manager.py
src/wasm/managers/nginx_manager.py
src/wasm/managers/service_manager.py
src/wasm/managers/source_manager.py
src/wasm/monitor/__init__.py
src/wasm/monitor/ai_analyzer.py
src/wasm/monitor/email_notifier.py
src/wasm/monitor/process_monitor.py
src/wasm/templates/__init__.py
src/wasm/templates/apache/proxy.conf.j2
src/wasm/templates/apache/static.conf.j2
src/wasm/templates/nginx/proxy.conf.j2
src/wasm/templates/nginx/static.conf.j2
src/wasm/templates/systemd/app.service.j2
src/wasm/validators/__init__.py
src/wasm/validators/domain.py
src/wasm/validators/port.py
src/wasm/validators/source.py
src/wasm/validators/ssh.py
src/wasm_cli.egg-info/PKG-INFO
src/wasm_cli.egg-info/SOURCES.txt
src/wasm_cli.egg-info/dependency_links.txt
src/wasm_cli.egg-info/entry_points.txt
src/wasm_cli.egg-info/requires.txt
src/wasm_cli.egg-info/top_level.txt
tests/test_backup.py
tests/test_dependencies.py
tests/test_logger.py
tests/test_port.py
tests/test_source.py
tests/test_ssh.py
tests/test_validators.py