Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/completion.py November 13, 2023
M
Fix missing `$` sign in bash completion (#472)
Max committed
December 9, 2022
W
Fix completion for Fire(fn) (#336)
Wei-Chung Liao committed
October 2, 2020
B
Change member future check to fix issue 272
Bradley D'Amato committed
June 12, 2020
U
Support for Python 3.8
uburuntu committed
February 28, 2020
D
Satisfy pytype
David Bieber committed
D
Move GetClassAttrsDict to inspectutils.
David Bieber committed
D
Hide future imports in MemberVisible
David Bieber committed
July 25, 2019
D
Don't show properties on uninstantiated classes outside verbose mode / completion scripts.
David Bieber committed
D
Support for callable objects in usage test. Refactor of usage text.
David Bieber committed
D
Show both call syntax and members for callable objects in help and usage screens.
David Bieber committed
July 22, 2019
February 22, 2019
D
clean up of completion enhancement
David Bieber committed
D
Decrease max_examples by 10x
David Bieber committed
February 21, 2019
D
D
Adds copybara workflow for Python Fire for creating a CL from a PR.
David Bieber committed
M
Completion Enhancements (#144)
Mehmood Deshmukh committed
December 14, 2018
D
Docs and tests
David Bieber 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
June 21, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
May 21, 2018
I
Fish completion support (#122)
Isaac Ellmen committed
April 13, 2017
D
Fix no-else-return lint violations.
David Bieber committed
March 31, 2017
D
Provide completion scripts for fire.Fire(fn).
David Bieber committed
March 27, 2017
D
Adds pylintrc and moves towards conforming to the pylintrc (#36)
David Bieber committed
March 20, 2017
J
Fix keyword-only arguments (#18)
Jared Garst committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed