fire==0.7.1
# A library for automatically generating command line interfaces.
$ pip install fire
downloads/wk
4,966,613
license
Apache-2.0
version
0.7.1
python
>=3.7
What is fire?
Fire is a Python library that automatically generates command line interfaces (CLIs) from Python objects, functions, and classes without requiring you to write argument parsing code. It's useful when you need to quickly expose Python functionality as a command-line tool or create interactive bash interfaces for your scripts and applications.
Links
Keywords
Dependencies (9)