1 Repo
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.
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.