SIGN IN SIGN UP
google / python-fire UNCLAIMED

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

28160 0 0 Python
# Installation
To install Python Fire with pip, run: `pip install fire`
To install Python Fire with conda, run: `conda install fire -c conda-forge`
To install Python Fire from source, first clone the repository and then run
`python setup.py install`. To install from source for development, instead run `python setup.py develop`.