roboteur-client-python is a Python CLI application generated from https://github.com/xuanluong/cookiecutter-python-cli
Install the requirements:
$ pip install -r requirements.txt
Run the application:
$ python -m roboteur_client_python --help
To run the tests:
$ pytest