release-engineering / ubi-population-tool

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

Make UbiPopulate public #131

Closed negillett closed 2 years ago

negillett commented 5 years ago

Summary

Make the UbiPopulate class public

Issue Type

Current behavior

Currently, there is no documentation for UbiPopulate or it's methods and, when ubipop is used as a python library, there are a number of other accessible structures.

Desired behavior

ubipop exposes only the UbiPopulate class and its methods for population and expected pulp actions, assuming the latter of the two is completed. All pubic classes and methods are properly documented.

Use case

When used as a python library, users can create UbiPopulate objects and from them retrieve expected pulp actions and execute UBI population.

Additional Information