This package is an open-source python package for developing control software for modules.
To build the package run the following command:
python -m build
To upload the package into PyPi repository run following:
py -m twine upload --repository pypi dist/*
To integrate MTPPy in your software install the corresponding package from PyPi: https://pypi.org/project/MTPPy/