blob: b6adb9eb759796de702aaf5e21ce68f51960cea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.org/project/scriptine/
|