Skip to content

leddartech/pioneer.common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pioneer.common

pioneer.common is a python library regrouping all the utilities of the team Pioneer.

Installation

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

Usage

from pioneer.common import platform

platform.parse_datasource_name('pixell_bfc_ech')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages