Easy to use python subprocess interface.
Project description
EasyProcess is an easy to use python subprocess interface.
home: https://github.com/ponty/EasyProcess
documentation: http://ponty.github.com/EasyProcess
- Advantages:
easy interface
command can be list or string
logging
Basic usage
>>> from easyprocess import EasyProcess
>>> EasyProcess('echo hello').call().stdout
'hello'
Installation
General
install setuptools or pip
install the program:
if you have setuptools installed:
# as root easy_install EasyProcess
if you have pip installed:
# as root pip install EasyProcess
Ubuntu
sudo apt-get install python-setuptools sudo easy_install EasyProcess
Uninstall
# as root pip uninstall EasyProcess
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EasyProcess-0.0.5.tar.gz
(32.2 kB
view details)
File details
Details for the file EasyProcess-0.0.5.tar.gz.
File metadata
- Download URL: EasyProcess-0.0.5.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
649c7cc81d0fabdf60d8078853cf73a93d7d244d1ad842f5a0e235ab8951af67
|
|
| MD5 |
b0666e086e0d9340b51f50dee84ef67f
|
|
| BLAKE2b-256 |
683e743f2a20141bab110dcc20569ad2c84227e567643094a57aa4b0da45ecc6
|