fire · PyPI
https://pypi.org/project/fire22.01.2021 · Python Fire is a library for automatically generating command line interfaces (CLIs) with a single line of code. It will turn any Python module, class, object, function, etc. (any Python component will work!) into a CLI. It’s called Fire because when you call Fire (), it fires off your command. Project details. Project links.
Python Fire - GitHub
https://google.github.io/python-firePython Fire makes using a Python REPL easier by setting up the REPL with the modules and variables you'll need already imported and created. Installation. To install Python Fire with pip, run: pip install fire. To install Python Fire with conda, run: conda install fire -c conda-forge