Skip to main content

baker boilerplate reduction

Project description

import bake_o_matic at the end of a script to turn it into a baked command script.

$ cat say.py
#!/usr/bin/python

def hi(msg, **opt):
"greet"
print 'OH HAI', msg, opt

import bake_o_matic

$ ./say.py
Usage: ./say.py COMMAND <options>

Available commands:
hi greet

Use './say.py <command> --help' for individual command help.


$ ./say.py hi ho
OH HAI ho {}

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bake_o_matic-0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page