RPMeta is a command-line tool designed to predict RPM build durations and manage related data. It provides a set of commands for training a predictive model, making predictions, fetching data, and serving a REST API endpoint.
On Fedora:
# dnf copr enable @copr/rpmeta
# dnf install rpmeta
Or from the source:
pipx install git+https://github.com/fedora-copr/rpmeta.git
To see available commands and options, run:
rpmeta --help
For detailed information about a specific command, run:
rpmeta <command> --help