File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -74,3 +74,14 @@ for both simple and complex command line applications as well
74
74
as support rapid development needs without sacrificing quality.
75
75
Cement is flexible, and it's use cases span from the simplicity of a micro-framework
76
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
+
You can’t perform that action at this time.
0 commit comments