Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/docstrings_test.py September 20, 2024
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
February 13, 2023
Y
Fix typos in console and tests (#436)
Yaroslav Halchenko 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
July 29, 2019
July 25, 2019
D
disable protected-access check for docstrings_test
David Bieber committed
D
fix line-too-long lint error
David Bieber committed
E
Don't strip whitespace when collecting descriptions in docstring
Evan Juarez committed
December 4, 2018
D
docstring parser and initial commit for new usage screens.
David Bieber committed