Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/parser.py August 16, 2025
D
Add Python 3.13 and 3.14 checking in build workflow (#623)
David Bieber committed
D
Add type hints to satisfy ty (#622)
David Bieber committed
July 19, 2025
D
Use ty in place of pytype (#617)
David Bieber committed
September 20, 2024
D
Remove sys.version_info checks (#542)
David Bieber committed
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
August 9, 2024
W
Use ast.Constant for recent Python versions (#526)
Weida Hong committed
November 28, 2022
D
Bring continuous integration to working state (#415)
David Bieber committed
March 21, 2019
R
Fix or ignore type errors generated by the next release of pytype.
Rebecca Chen committed
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
May 21, 2018
I
Fish completion support (#122)
Isaac Ellmen committed
October 11, 2017
M
Fix for BinOp in args (#96)
mbarkhau committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed