summaryrefslogtreecommitdiffstats
path: root/python/Baker/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/Baker/README')
-rw-r--r--python/Baker/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Baker/README b/python/Baker/README
new file mode 100644
index 0000000000..b7ec551c51
--- /dev/null
+++ b/python/Baker/README
@@ -0,0 +1,3 @@
+Easy, powerful access to Python functions from the command line.
+Baker lets you easily add a command line interface to your Python functions
+using a simple decorator, to create scripts with "sub-commands".