Skip to content
This repository has been 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