jguiditta/tag-utils
A collection of utilities for synchronizing inputs with koji tags (e.g. errata, composes)
=========
tag-utils
.. image:: https://github.com/release-depot/tag-utils/actions/workflows/test.yml/badge.svg
:target: https://github.com/release-depot/tag-utils/actions/workflows/test.yml
.. image:: https://img.shields.io/pypi/v/tag-utils.svg
:target: https://pypi.python.org/pypi/tag-utils
tag-utils is a collection of Pungi/Koji tag utilities for release-depot.
Prerequisites
tag-utils runs on Python 3.
Installing
tag-utils is available on PyPI; it can be installed by running:
pip install tag_utils
Alternatively, one could simply clone this repository and run:
python setup.py install
Documentation
There is none.
Contributing
Please fork and issue pull requests.
License
This project is licensed under the MIT license.
See the LICENSE file for details