awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCoroutine Integration

Support for executing asynchronous functions and managing their event loops within a command-line interface.

Distinct from Function-to-CLI Converters: Distinct from Function-to-CLI Converters: focuses specifically on the runtime handling of async/await patterns in the generated CLI.

Explore 1 awesome GitHub repository matching development tools & productivity · Coroutine Integration. Refine with filters or upvote what's useful.

Awesome Coroutine Integration GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/python-fireAvatar de google

    google/python-fire

    28,208Ver en GitHub↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Execute coroutine functions through the Fire CLI and block until the asynchronous operation completes.

    Pythonclipython
    Ver en GitHub↗28,208
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Function-to-CLI Converters
  5. Coroutine Integration