Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/testutils_test.py September 20, 2024
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
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
April 13, 2017
D
Fix no-else-return lint violations.
David Bieber committed
April 11, 2017
J
Write help and trace messages to stderr (#54)
Jeff Tratner committed