1.0.3 • Published 6 years ago

webtask-simple-python v1.0.3

Weekly downloads
9
License
ISC
Repository
github
Last release
6 years ago

webtask-simple-python

A simple python compiler for webtask.io, which allows basic python scripts (no third-party modules) to be run as webtasks. Use by setting the wt-compiler meta property at webtask creation:

wt create foo.py --meta wt-compiler=webtask-simple-python/compile

Arguments can be passed to the python script using the query string with the "args" parameter.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago