Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install easyprocess

How to install EasyProcess

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install easyprocess
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.1 Failed View build log
0.1.0 Available View build log
0.0.10 Available View build log
0.0.9 Available View build log
0.0.8 Available View build log
0.0.7 Available View build log
0.0.6 Available View build log
0.0.3 Available View build log
0.0.2 Available View build log
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
Windows (64-bit)
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.1 Failed View build log
0.1.0 Available View build log
0.0.10 Available View build log
0.0.9 Failed View build log
0.0.8 Failed View build log
0.0.7 Failed View build log
0.0.6 Available View build log
0.0.3 Available View build log
0.0.2 Available View build log
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
Mac OS X (10.5+)
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.1 Failed View build log
0.1.0 Available View build log
0.0.10 Available View build log
0.0.9 Available View build log
0.0.8 Available View build log
0.0.7 Available View build log
0.0.6 Available View build log
0.0.3 Available View build log
0.0.2 Available View build log
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
Linux (32-bit)
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.1 Failed View build log
0.1.0 Available View build log
0.0.10 Available View build log
0.0.9 Available View build log
0.0.8 Available View build log
0.0.7 Available View build log
0.0.6 Available View build log
0.0.3 Available View build log
0.0.2 Available View build log
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
Linux (64-bit)
0.1.6 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
0.1.1 Failed View build log
0.1.0 Available View build log
0.0.10 Available View build log
0.0.9 Available View build log
0.0.8 Available View build log
0.0.7 Available View build log
0.0.6 Available View build log
0.0.3 Available View build log
0.0.2 Available View build log
0.1.4
0.1.6Never BuiltWhy not?
0.1.4 Available View build log
0.1.6 Available View build log
 
Author
License
BSD
Lastest release
version 0.1.6 on Sep 20th, 2013

EasyProcess is an easy to use python subprocess interface.

Links:
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.5, 2.6, 2.7, 3.1, 3.2, PyPy
Known problems:
  • none
Similar projects:

Basic usage

>>> from easyprocess import EasyProcess
>>> EasyProcess('python --version').call().stderr
u'Python 2.6.6'

Installation

General
  • install pip

  • install the program:

    # as root
    pip install EasyProcess
    
Ubuntu
sudo apt-get install python-pip
sudo pip install EasyProcess
Uninstall
# as root
pip uninstall EasyProcess

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.