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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/python-fireAvatar de google

    google/python-fire

    28,208Voir sur 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
    Voir sur GitHub↗28,208
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Function-to-CLI Converters
  5. Coroutine Integration