awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesPython-to-Shell Compilations

Translates Python operation calls into optimized shell command sequences for remote execution.

Distinct from Remote Shell Executions: Distinct from Remote Shell Executions: focuses on compiling Python calls into shell commands, not just executing shell commands remotely.

Explore 2 awesome GitHub repositories matching development tools & productivity · Python-to-Shell Compilations. Refine with filters or upvote what's useful.

Awesome Python-to-Shell Compilations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • fizzadar/pyinfraالصورة الرمزية لـ Fizzadar

    Fizzadar/pyinfra

    5,793عرض على 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

    Translates Python declarative operations into optimized shell commands for remote execution.

    Python
    عرض على GitHub↗5,793
  • pyinfra-dev/pyinfraالصورة الرمزية لـ pyinfra-dev

    pyinfra-dev/pyinfra

    5,779عرض على GitHub↗

    pyinfra is a Python-based infrastructure automation framework that turns Python code into shell commands for managing servers, Docker containers, and local machines. It operates as a declarative, idempotent deployment tool, applying desired system states by comparing target configurations against current states and making only the necessary changes. The framework provides a connector-based transport abstraction that unifies SSH, Docker, and local execution behind a common interface, with a parallel execution engine that manages concurrent operations across hosts. The tool distinguishes itself

    Translates Python operation calls into optimized shell command sequences for remote execution.

    Pythoncloud-managementconfiguration-managementhigh-performance
    عرض على GitHub↗5,779
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Remote Shell Executions
  5. Python-to-Shell Compilations