diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-18 18:23:31 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:56 -0600 |
commit | 27b5237b601250b2589b132a740a115a80113385 (patch) | |
tree | 8db523f76d913192f0ae099e63a7d83e5fd4e545 /python/Baker/README | |
parent | 8f537fb3ee92c9703fe4afb5822edf7b384904bb (diff) |
python/Baker: Added (Access to Python functions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Baker/README')
-rw-r--r-- | python/Baker/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Baker/README b/python/Baker/README new file mode 100644 index 000000000000..b7ec551c5153 --- /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". |