Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/docstrings.py July 19, 2025
D
Use ty in place of pytype (#617)
David Bieber committed
September 20, 2024
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
January 22, 2021
December 16, 2020
A
Add :key type name: parameters to help text
Amy Lei committed
February 28, 2020
V
handle NumPy style docstring params containing a colon #189
Vincent Barbaresi committed
January 24, 2020
August 5, 2019
D
Prevent error when all lines are blank in _strip_blank_lines.
David Bieber committed
July 29, 2019
July 25, 2019
E
Don't strip whitespace when collecting descriptions in docstring
Evan Juarez committed
July 23, 2019
March 4, 2019
R
Add type-checking to Python Fire via pytype.
Rebecca Chen committed
December 14, 2018
B
Fix minor typos (#154)
Bruno P. Kinoshita committed
December 4, 2018
D
docstring parser and initial commit for new usage screens.
David Bieber committed