All the usage examples listed bellow ilustrate how to use Ninapro Toolset. They are Google Colaboratory jupyter notebooks, so you don't need any hardware or software beyond an internet browser to run them. For executing examples 2 and 3, you will need to register an account on http://ninapro.hevs.ch/.
You must fill the fields nina_user and nina_password in the configuration file src/data/database/config.yaml with your account user and password, encoded in base 64, in order to the allow the automatic donwloader to download the required datasets.
Ex: Encoding username in base 64, in python:
>>> from base64 import b64encode
>>> user_encoded = b64encode(b"Jon Doe")
Obs: this particular dataset is already included in the repository, so you don't need to download anything or register an account.