8000 GitHub - prometeia-erm/promebuilder: Prometeia's Python Package Builder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
/ promebuilder Public archive

Prometeia's Python Package Builder

Notifications You must be signed in to change notification settings

prometeia-erm/promebuilder

Repository files navigation

PromeBuilder

PromeBuilder is a package to provide standard build and distribution workflow for Prometeia's products. The product by itself is builded and distributed using his services.

python setup.py pytest
python setup.py bdist_conda 

Installation with pip

pip install git+https://github.com/prometeia/promebuilder.git#egg=promebuilder

SonarQube

pytest
sonar-scanner -Dsonar.projectVersion=$(cat version) -Dsonar.dryRun=true
0