awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesInfrastructure Automation Frameworks

Frameworks for automating server, container, and local machine management using declarative Python code executed over SSH.

Distinct from Python Data Dashboard Frameworks: Distinct from Python Data Dashboard Frameworks: focuses on infrastructure automation and agentless SSH execution, not data visualization dashboards.

Explore 1 awesome GitHub repository matching web development · Infrastructure Automation Frameworks. Refine with filters or upvote what's useful.

Awesome Infrastructure Automation Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fizzadar/pyinfraAvatar de Fizzadar

    Fizzadar/pyinfra

    5,793Voir sur GitHub↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    An agentless framework that turns declarative Python code into idempotent shell commands for managing servers, containers, and local machines.

    Python
    Voir sur GitHub↗5,793
  1. Home
  2. Web Development
  3. Python Data Dashboard Frameworks
  4. Infrastructure Automation Frameworks