Argscript is a port of werkzeug.script to argparse. Argscript generates a an argparse command line parser from the function definitions of a script.
An action is a function in the same module starting with action_ which takes a number of arguments where every argument has a default. The type of the default value specifies the type of the argument. Arguments can then be passed by using –name=value from the shell. [werkzeug.script]
Installation
development version::
git clone git@github.com:hoffmann/argscript.git cd argscript sudo python setup.py install
from pypi.python.org::
pip install argscript
Release files for argscript 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| argscript-0.5.tar.gz | 2.1 kB | Details |
Release files / argscript-0.5.tar.gz
| Download URL | argscript-0.5.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
569b8537b709c4b36826afe02693a3d3a834eb1d83e833d8968bbe6a82319d9d
|
|
BLAKE2b-256 checksum How to use checksums |
57353954379f2e91098b218c59c1d5a837791fa65da443611da39c93a4ecd9aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |