pioneer.common is a python library regrouping all the utilities of the team Pioneer.
Use the package manager to install pioneer.common .
pip install pioneer-common
When developing, you can link the repository to your python site-packages and enable hot-reloading of the package.
python3 setup.py develop --user
If you don't want to install all the dependencies on your computer, you can run it in a virtual environment
pipenv install
pipenv shell
from pioneer.common import platform
platform.parse_datasource_name('pixell_bfc_ech')