Prerequisite¶
Install python wrapper using pip from your prefered python interpreter :
pip install python-unsio --user
unsio module¶
Unsio python wrapperis a module called unsio that you have to import to your python program. Example :
from unsio import *
or
import unsio