fire
Package — CLIPython 3.7+Intermediate
Auto-generate CLIs from any Python object
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- termcolor
- Install
pip install fire
Learn by Difficulty
Quick Example
python
# Install: pip install fire import fire # Basic fire usage print(f"Using fire") # See documentation for detailed examples
fire is a third-party package. Auto-generate CLIs from any Python object. Install with: pip install fire
Try in PlaygroundTags
packageclicommand-lineterminal