Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/interact.py September 20, 2024
D
Remove .format in favor of f-strings (#551)
David Bieber committed
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
December 5, 2019
D
Add disable=import-outside-toplevel pylint lines.
David Bieber committed
January 30, 2019
D
Add docstring about interactive mode to interact.py.
David Bieber committed
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
March 31, 2017
D
Lazy import IPython
David Bieber committed
March 2, 2017
D
Updates documentation and fixes example CLI main syntax.
David Bieber committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed