Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/parser_fuzz_test.py September 21, 2024
D
Continue upgrade of codebase to Python 3 (#556)
David Bieber committed
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
June 22, 2018
C
Change unicode() —> six.text_type() for Python 3 (#128)
cclauss committed
June 21, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
February 23, 2018
D
- Prepare Fire for v0.1.3 release. by dbieber <dbieber@google.com>
David Bieber committed
January 11, 2018
C
unicode() --> six.u() for Python 3 compatibility (#111)
cclauss committed
March 27, 2017
D
Adds pylintrc and moves towards conforming to the pylintrc (#36)
David Bieber committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed