summaryrefslogtreecommitdiff
path: root/devel/py-runs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-runs/pkg-descr')
-rw-r--r--devel/py-runs/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-runs/pkg-descr b/devel/py-runs/pkg-descr
new file mode 100644
index 000000000000..fd10eab6116e
--- /dev/null
+++ b/devel/py-runs/pkg-descr
@@ -0,0 +1,6 @@
+The runs Python library provides enhanced versions of the subprocess
+module's functions, such as call(), check_call(), check_output(), and
+run(). It allows users to execute blocks of text as a sequence of
+subprocess calls, handling multiple commands, line continuations, and
+comments. The library also offers features like optional logging,
+error handling and lazy evaluation.