Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/inspectutils.py December 16, 2020
R
Support functions even when they override getattr in non-standard ways.
Roopesh V S committed
R
Support asyncio coroutines
Robert Weiss committed
February 29, 2020
D
Use skip_arg for Python 3.4 again.
David Bieber committed
February 28, 2020
D
Restore support for Python 3.4 and lint for Python 2.7.
David Bieber committed
V
use a custom getfullargspec that follows wrapped chains #159
Vincent Barbaresi committed
D
Move GetClassAttrsDict to inspectutils.
David Bieber committed
December 5, 2019
D
Add disable=import-outside-toplevel pylint lines.
David Bieber committed
September 8, 2019
G
Exposes builtin functions from the standard library (#193)
Geoff Bacon committed
July 26, 2019
D
Allow custom types to define their own serialization with __str__.
David Bieber committed
July 25, 2019
D
enable test for callable object usage
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 24, 2019
D
more explicit check for fields
David Bieber committed
July 23, 2019
D
Support for namedtuples in Python 2.
David Bieber committed
April 18, 2019
April 10, 2019
February 26, 2019
A
initial support for Python 3.7 and additional builtins
Andrew Au committed
January 3, 2019
F
Make namedtuple fields accessible by their name (#161)
Florian Schäfer committed
December 14, 2018
B
Fix minor typos (#154)
Bruno P. Kinoshita committed
June 27, 2018
J
Copybara generated commit for Python Fire.
Joe Chen committed
May 25, 2017
D
Make ipython fully optional (#78)
David Bieber committed
April 13, 2017
D
Fix no-else-return lint violations.
David Bieber committed
March 31, 2017
D
Lazy import IPython
David Bieber committed
March 28, 2017
D
Adds pylint script to .travis.yml (#38)
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
March 6, 2017
J
Support annotations in functions. (#8)
Jared Garst committed
February 15, 2017
D
Initial commit for Python Fire.
David Bieber committed