Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
January 2, 2024
D
Update build.yml dropping Python 2.7
David Bieber committed
H
remove asyncio.coroutine (#440)
Hai Zhu committed
November 13, 2023
M
Fix missing `$` sign in bash completion (#472)
Max committed
October 5, 2023
P
Add missing parameter description (#462)
Panagiotis Simakis committed
February 13, 2023
D
Split too long line, fixing lint #437
David Bieber committed
Y
Fix typos in console and tests (#436)
Yaroslav Halchenko committed
February 6, 2023
J
docs: fix brand name `Github` -> `GitHub` (#425)
John Bampton committed
J
adding python 3.10 [tag & CI] (#428)
Jirka Borovec committed
February 1, 2023
H
Fix deprecation warning: LICENSE is autodetected (#434)
Hugo van Kemenade committed
H
Fix path to requirements.txt (#433)
Hugo van Kemenade committed
J
freeze CI requirements (#431)
Jirka Borovec committed
D
Use literal dict (#430)
David Bieber committed
December 12, 2022
D
Change mkdocs from pages to nav (#421)
David Bieber committed
December 9, 2022
D
Update documentation to show new serialize kwarg and to clean up misformatted tables (#419)
David Bieber committed
W
Modify the grouping example to fit the output (#334)
Wei-Chung Liao committed
W
Fix completion for Fire(fn) (#336)
Wei-Chung Liao committed
T
docs: Fix a few typos (#399)
Tim Gates committed
M
Small docs improvement for using CLI (#372)
Martial Himanshu committed
C
Fix #317 Help text short args (#318)
Conor Sheehan committed
M
Interactive mode: Mention IPython REPL requirement (#383)
Martin Gruber committed
M
Interactive mode: Mention IPython REPL requirement (#383)
Martin Gruber committed
K
Update guide.md (#387)
kpakda committed
November 28, 2022
D
Remove extra newline (#417)
David Bieber committed
D
Show default values for kwonly arguments in help text (#414)
David Bieber committed
D
Python Fire Version Bump (#416)
David Bieber committed
D
Bring continuous integration to working state (#415)
David Bieber committed
April 16, 2022
D
Lint error cleanup following #345 (#390)
David Bieber committed
B
Add custom formatter for Fire result (#345)
Bea Steers committed
D
Move python 3 only component to test_components_py3.py (#389)
David Bieber committed
X
Fix #315 Change the _KeywordOnlyArguments filtering condition (#316)
Xavier Figueroa committed