Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
COMMITS
/ docs/guide.md 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
K
Update guide.md (#387)
kpakda committed
April 12, 2021
P
Clarify docs by giving the grouping example some output.
Pratyush Raj committed
January 22, 2021
D
Documentation updates for 0.4.0. (python -m fire path/to/file.py)
David Bieber committed
March 13, 2020
D
Documentation updates for '--help' and 'python -m fire'
David Bieber committed
February 25, 2020
D
Quote lint formatting and fix accidentally reverted docs change.
David Bieber committed
D
Add InvalidProperty test and sync with GitHub
David Bieber committed
January 28, 2020
D
fix typo in guide (#218)
David Caron committed
July 26, 2019
D
Allow custom types to define their own serialization with __str__.
David Bieber committed
July 2, 2018
N
Fixes bug setting stories (#130)
Neal Fultz committed
May 21, 2018
I
Fish completion support (#122)
Isaac Ellmen committed
July 14, 2017
D
- Rename doc to docs in preparation for adding mkdocs support.
David Bieber committed