release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

ubi-population-tool

Build Status codecov Source Documentation PyPI version

A command-line tool for populating ubi repositories.

Cli usage

Cli can be run by ubipop with arguments:

Development


Patches may be contributed via pull requests to https://github.com/release-engineering/ubi-population-tool

All changes must pass the automated test suite, along with various static checks.

The Black code style is enforced. Enabling autoformatting via a pre-commit hook is recommended:

pip install -r requirements-dev.txt
pre-commit install