mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ce1bcafbe1
Highlights of the update: - Improved errors - Fixed compatibility with Python 3.7 (async is now a keyword) - Updated tutorial example on progress monitoring PR: 233298 Submitted by: Mattias Lindvall <mattias.lindvall@gmail.com> Reviewed by: koobs (ports) Approved by: koobs (ports), kevans (maintainer)
20 lines
650 B
Plaintext
20 lines
650 B
Plaintext
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.
|
|
|
|
The latest version of sarge can be found on BitBucket:
|
|
|
|
https://bitbucket.org/vinay.sajip/sarge/
|
|
|
|
The latest documentation (kept updated between releases) is on Read The Docs:
|
|
|
|
https://sarge.readthedocs.org/
|
|
|
|
Please report any problems or suggestions for improvement either via the mailing
|
|
list or the issue tracker.
|
|
|
|
WWW: https://sarge.readthedocs.org/
|