pyinfra
pyinfra turns Python code into shell commands
pyinfra is a high-performance infrastructure automation and configuration management framework that uses Python instead of YAML to define deployments and operational workflows. The system converts Python code into shell commands and executes them across servers, Docker containers, and local machines through an agentless architecture. Designed as an alternative to tools like Ansible, pyinfra prioritizes speed, scalability, and developer flexibility while maintaining a declarative operational...