Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/testutils.py September 20, 2024
D
Upgrade pylint version (#549)
David Bieber committed
D
Remove mock in favor of unittest.mock (#545)
David Bieber committed
D
remove six: Replace six.string_types and six.integer_types, etc. (#541)
David Bieber committed
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
February 24, 2024
D
Add Python 3.11 and Python 3.12 to build workflow (#485)
David Bieber committed
April 14, 2022
Y
Remove unused comments related to Python 2 compatibility.
Yilei Yang committed
October 30, 2020
J
CL fixes for pytype and pylint.
Jacob Austin committed
J
Fixed linting issues with import compatibility across multiple Python versions.
Jacob Austin committed
J
Updated to fix unittest compatibility and Python 3.4 backwards compatibility.
Jacob Austin committed
October 29, 2020
J
Added better error handling for module imports and
Jacob Austin committed
February 28, 2020
V
use a custom getfullargspec that follows wrapped chains #159
Vincent Barbaresi committed
December 4, 2018
D
docstring parser and initial commit for new usage screens.
David Bieber committed
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
April 11, 2017
J
Write help and trace messages to stderr (#54)
Jeff Tratner committed
March 29, 2017
D
Consistent colon usage in FireErrors.
David Bieber 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