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-commonWhen developing, you can link the repository to your python site-packages and enable hot-reloading of the package.
python3 setup.py develop --userIf you don't want to install all the dependencies on your computer, you can run it in a virtual environment
pipenv install
pipenv shellfrom pioneer.common import platform
platform.parse_datasource_name('pixell_bfc_ech')