python-fire 0.6.0
Channel: guix
Home page: https://github.com/google/python-fire
Licenses: ASL 2.0
Synopsis: Library for automatically generating command line interfaces
Description:
Fire is a library for automatically generating command line interfaces from absolutely any Python object. The following are the advantages:
A simple way to create a CLI in Python.
A helpful tool for developing and debugging Python code.
Helps with exploring existing code or turning other people's code into a command line interface.
Makes transitioning between Bash and Python easier.
Makes using a Python REPL easier by setting up the REPL with the modules and variables you'll need already imported and created.
Total results: 1