Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ fire/value_types.py September 20, 2024
D
remove six: Replace six.string_types and six.integer_types, etc. (#541)
David Bieber committed
D
Remove future imports now that we've dropped support for Python 2 (#539)
David Bieber committed
February 28, 2020
D
Move GetClassAttrsDict to inspectutils.
David Bieber committed
D
Treat objects with custom __str__ methods as Values / SimpleGroups.
David Bieber committed
J
Copybara import of the project:
Jared Trog committed
July 22, 2019
D
Treat Ellipsis, None, and NotImplemented as value types.
David Bieber committed
D
Show help instead of value if any non-value non-collection (list, dict) objects are found
David Bieber committed
December 4, 2018
D
docstring parser and initial commit for new usage screens.
David Bieber committed