Metadata-Version: 2.1
Name: tag-utils
Version: 0.0.3
Summary: tag_utils is a collection of Pungi compose and Koji tag functions for release-depot.
Home-page: http://github.com/release-depot/tag-utils
Author: Red Hat
Author-email: lon@metamorphism.com
Maintainer: Lon Hohberger
Maintainer-email: lon@metamorphism.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides-Extra: test
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-datadir; extra == 'test'
Requires-Dist: tox; extra == 'test'

=========
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](LICENSE) file for details


=======
History
=======

0.0.3 (2019-04-25)
------------------
* Support koji inheritance
* Fixes for tag-delta output

0.0.1 (2019-04-25)
------------------
* First published to github


