Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 645 Bytes

File metadata and controls

29 lines (20 loc) · 645 Bytes

mirte-python-api

This package provides the python API for the MIRTE robot. Please read the MIRTE documentation for further documentation of this API.

Install

pip install .

Checks

To contribute to this repository the code needs to pass the python style check

To check this locally before you commit/push:

pip install black
black --check .
# Fix by using:
black .

License

This work is licensed under a Apache-2.0 OSS license.