Skip to content

python-command-executor provides some Python classes to make it easier to execute processes / commands and handling errors and output.

License

Notifications You must be signed in to change notification settings

stephrdev/python-command-executor

Repository files navigation

command-executor

Latest Version CI Status Coverage Status Documentation Status

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 interpreter is required in addition to poetry.

$ poetry install

Now you're ready to run the tests:

$ make tests

About

python-command-executor provides some Python classes to make it easier to execute processes / commands and handling errors and output.

Resources

License

Stars

Watchers

Forks

Packages

No packages published