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.
python-command-executor supports Python 3 only. No other dependencies are required.
A Python 3 interpreter is required in addition to poetry.
$ poetry install
Now you're ready to run the tests:
$ make tests