Path to this page:
Subject: CVS commit: pkgsrc/devel/py-sarge
From: Pierre Pronchery
Date: 2021-02-25 16:23:21
Message id: 20210225152321.9534EFA95@cvs.NetBSD.org
Log Message:
py-sarge: import version 0.1.6
py-sarge is a wrapper for subprocess which provides command pipeline
functionality.
The sarge package provides a wrapper for subprocess which provides command
pipeline functionality.
This package leverages subprocess to provide easy-to-use cross-platform
command pipelines with a Posix flavour: you can have chains of commands using
;, &, pipes using | and |&, and redirection.
Files: