[Python-modules-commits] [easyprocess] 05/05: simplify the log description
Sandro Tosi
morph at moszumanska.debian.org
Mon Sep 19 12:52:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository easyprocess.
commit 25397e309fcf2dce23f8975f753c163348a3d111
Author: Sandro Tosi <morph at debian.org>
Date: Mon Sep 19 08:12:39 2016 -0400
simplify the log description
---
debian/control | 112 +++++++++++++++++----------------------------------------
1 file changed, 32 insertions(+), 80 deletions(-)
diff --git a/debian/control b/debian/control
index 40bcb7e..9e68748 100644
--- a/debian/control
+++ b/debian/control
@@ -18,95 +18,47 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
-Description: Easy to use python subprocess interface - Python 2.X
- EasyProcess is an easy to use python subprocess interface.
- .
- Links:
- * home: https://github.com/ponty/EasyProcess
- * documentation: http://EasyProcess.readthedocs.org
- * PYPI: https://pypi.python.org/pypi/EasyProcess
- .
- |Travis| |Coveralls| |Latest Version| |Supported Python versions| |License| |Downloads| |Code Health| |Documentation|
- .
+Description: 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
- - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
- - Method chaining_
- .
- Similar projects:
- * execute (http://pypi.python.org/pypi/execute)
- * commandwrapper (http://pypi.python.org/pypi/commandwrapper)
- * extcmd (http://pypi.python.org/pypi/extcmd)
- * sh (https://github.com/amoffat/sh)
- * envoy (https://github.com/kennethreitz/envoy)
- * plumbum (https://github.com/tomerfiliba/plumbum)
- .
- Basic usage
- ===========
.
- >>> from easyprocess import EasyProcess
- >>> EasyProcess('python --version').call().stderr
- u'Python 2.6.6'
+ * 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
Package: python3-easyprocess
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
-Description: Easy to use python subprocess interface
- EasyProcess is an easy to use python subprocess interface.
- .
- Links:
- * home: https://github.com/ponty/EasyProcess
- * documentation: http://EasyProcess.readthedocs.org
- * PYPI: https://pypi.python.org/pypi/EasyProcess
- .
- |Travis| |Coveralls| |Latest Version| |Supported Python versions| |License| |Downloads| |Code Health| |Documentation|
- .
+Description: 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
- - 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
- - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
- - Method chaining_
- .
- Similar projects:
- * execute (http://pypi.python.org/pypi/execute)
- * commandwrapper (http://pypi.python.org/pypi/commandwrapper)
- * extcmd (http://pypi.python.org/pypi/extcmd)
- * sh (https://github.com/amoffat/sh)
- * envoy (https://github.com/kennethreitz/envoy)
- * plumbum (https://github.com/tomerfiliba/plumbum)
.
- Basic usage
- ===========
+ * 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
.
- >>> from easyprocess import EasyProcess
- >>> EasyProcess('python --version').call().stderr
- u'Python 2.6.6'
- .
\ No newline at end of file
+ This package contains the python 3 version of easyprocess
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/easyprocess.git
More information about the Python-modules-commits
mailing list