mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
python. Features: * Easy command creation. Each command is just a function. * Automatic option parsing * Automatic help text (--help) * Log handling (with -v, --verbose and -q, --quiet handling) * Testing scripts in dry-mode. * Easy execution of other shell scripts. * Convenient working with files and directories. WWW: https://pypi.python.org/pypi/scriptine PR: 208066 Submitted by: dbaio@bsd.com.br
14 lines
447 B
Text
14 lines
447 B
Text
The primary goal of scriptine is to make it easy to write shell scripts with
|
|
python.
|
|
|
|
Features:
|
|
|
|
* Easy command creation. Each command is just a function.
|
|
* Automatic option parsing
|
|
* Automatic help text (--help)
|
|
* Log handling (with -v, --verbose and -q, --quiet handling)
|
|
* Testing scripts in dry-mode.
|
|
* Easy execution of other shell scripts.
|
|
* Convenient working with files and directories.
|
|
|
|
WWW: https://pypi.python.org/pypi/scriptine
|