Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/core_test.py November 28, 2022
D
Remove extra newline (#417)
David Bieber committed
April 16, 2022
D
Lint error cleanup following #345 (#390)
David Bieber committed
B
Add custom formatter for Fire result (#345)
Bea Steers committed
February 28, 2020
D
pytype: disable=module-attr
David Bieber committed
D
Disable pytype in core_test
David Bieber committed
V
use a custom getfullargspec that follows wrapped chains #159
Vincent Barbaresi committed
July 24, 2019
D
Adds test for static and class methods.
David Bieber committed
July 1, 2019
D
Show frozensets the same way we show sets.
David Bieber committed
D
Allow multiple handlers to be triggered for a single object.
David Bieber committed
June 13, 2019
D
Cut over to helptext, remove helputils.
David Bieber committed
February 21, 2019
D
Use the console package in Python Fire for help text
David Bieber committed
January 3, 2019
F
Make namedtuple fields accessible by their name (#161)
Florian Schäfer committed
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
June 21, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
July 21, 2017
D
Accept a list of arguments for the argument (in addition to continuing to accept a string).
David Bieber committed
April 11, 2017
J
Write help and trace messages to stderr (#54)
Jeff Tratner committed
April 10, 2017
D
Clean up formatting in test and guide.
David Bieber committed
April 7, 2017
S
Fixed Issue 42: Handled another type of exception and added testcase … (#49)
Saurabh Patel committed
March 28, 2017
J
fix output printing on dict with no printable keys (#39)
Jeff Tratner committed
March 27, 2017
D
Adds pylintrc and moves towards conforming to the pylintrc (#36)
David Bieber committed
March 22, 2017
J
Exit with a status code if Fire encounters an error (#27)
Jeff Tratner committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed