Utility for quick test python script
Project description
Utility for quick test python script
After you finished coding your script just call cmdcall like cmdcall.handle(sys.modules[__name__])
,
then, your script is callable immediately. Call your script like python script.py foo 1 2 --c 3 --d 4
and cmdcall will parse cmdline args and provide them to foo
function of your module.
See entry script and test case for more info.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size cmdcall-0.0.1-py2-none-any.whl (2.9 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Filename, size cmdcall-0.0.1.tar.gz (2.2 kB) | File type Source | Python version None | Upload date | Hashes View |