Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e6093a

Browse files
authored
Merge pull request #924 from mrshu/mrshu/cli-fire
add: Section on `fire` in CLI scenario
2 parents 5bd6610 + 6e557c3 commit 4e6093a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ for both simple and complex command line applications as well
7474
as support rapid development needs without sacrificing quality.
7575
Cement is flexible, and it's use cases span from the simplicity of a micro-framework
7676
to the complexity of a meg-framework.
77+
78+
Python Fire
79+
-----------
80+
81+
`Python Fire <https://github.com/google/python-fire/>`_ is a library for
82+
automatically generating command line interfaces from absolutely any Python
83+
object. It can help debug Python code more easily from the command line,
84+
create CLI interfaces to existing code, allow you to interactively explore
85+
code in a REPL, and simplify transitioning between Python and Bash (or any
86+
other shell).
87+

0 commit comments

Comments
 (0)