easyprocess 0.2.3-1 source package in Ubuntu

Changelog

easyprocess (0.2.3-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <email address hidden>  Sun, 11 Dec 2016 18:37:35 -0500

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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
easyprocess_0.2.3-1.dsc 2.1 KiB cccfe5641436d1d9db5ed6ed69821687e2a9d28c80806bb7557e163ef139b709
easyprocess_0.2.3.orig.tar.gz 10.2 KiB 94e241cadc9a46f55b5c06000df85618849602e7e1865b8de87576b90a22e61f
easyprocess_0.2.3-1.debian.tar.xz 2.3 KiB 81ab9a3eb50c620ccb80965d366b853e06ea495daa07cf149bfcd8a8f08a7ad4

Available diffs

No changes file available.

Binary packages built by this source

python-easyprocess: easy to use python subprocess interface - Python 2.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
  * unit-tests
  * cross-platform, development on linux
  * 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 2 version of easyprocess

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