Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bd6610 + 6e557c3 commit 4e6093aCopy full SHA for 4e6093a
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