command-executor

Latest Version Coverage Status Documentation Status https://travis-ci.org/moccu/python-command-executor.svg?branch=master

Usage

Please refer to the Documentation to learn how to use command-executor. Basicly, command_executor provides some Python classes to make it easier to start processes / commands and handling errors and output. In addition, input validation for command parameters is possible.

Requirements

python-command-executor supports Python 3 only. No other dependencies are required.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6
$ pipenv shell
$ pip install -e .

Now you’re ready to run the tests:

$ pipenv run py.test

Indices and tables