We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fire
1 parent 8ea6c6a commit 6e557c3Copy full SHA for 6e557c3
1 file changed
docs/scenarios/cli.rst
@@ -74,3 +74,14 @@ for both simple and complex command line applications as well
74
as support rapid development needs without sacrificing quality.
75
Cement is flexible, and it's use cases span from the simplicity of a micro-framework
76
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