easyprocess 0.2.5-2 source package in Ubuntu

Changelog

easyprocess (0.2.5-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Sandro Tosi ]
  * Drop python 2 support

 -- Sandro Tosi <email address hidden>  Thu, 29 Aug 2019 22:11:27 -0400

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
easyprocess_0.2.5-2.dsc 2.0 KiB 13649466b70660d1c6053d64a4632e1ea8e88c9f342b496de4287e79349c13ad
easyprocess_0.2.5.orig.tar.xz 9.0 KiB 25db574297c52a0dbcf89955002b5accb97fc7f8cf33777110e05128e3b85ed8
easyprocess_0.2.5-2.debian.tar.xz 2.3 KiB 1d08ead69c8746f480587ad44a432d8af28aaf7bb77518629e2ad0a2e86b3573

Available diffs

No changes file available.

Binary packages built by this source

python3-easyprocess: easy to use python subprocess interface - Python 3.X

 Features:
 .
  * layer on top of subprocess_ module
  * easy to start, stop programs
  * easy to get standard output/error, return code of programs
  * command can be list or string
  * logging
  * timeout
  * global config file with program aliases
  * shell is not supported
  * pipes are not supported
  * stdout/stderr is set only after the subprocess has finished
  * stop() does not kill whole subprocess tree
  * unicode support
  * Method chaining
 .
 This package contains the python 3 version of easyprocess