Metadata-Version: 2.1
Name: pubtools-exodus
Version: 1.3.1
Summary: Utilities for interfacing with components of Red Hat's Content Delivery Network
Home-page: https://github.com/release-engineering/pubtools-exodus
License: GNU General Public License
Project-URL: Changelog, https://github.com/release-engineering/pubtools-exodus/blob/main/CHANGELOG.md
Project-URL: Documentation, https://release-engineering.github.io/pubtools-exodus
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.6
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: requests
Requires-Dist: monotonic
Requires-Dist: pubtools (>=0.3.0)
Requires-Dist: pushsource (>=2.16.0)



Utilities used by [release-engineering](https://github.com/release-engineering) publishing tools for interfacing with components of Red Hat's Content Delivery Network.

- [Source](https://github.com/release-engineering/pubtools-exodus)
- [Documentation](https://release-engineering.github.io/pubtools-exodus)


Development
-----------

Patches may be contributed via pull requests to
https://github.com/release-engineering/pubtools-exodus.

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

The [Black](https://black.readthedocs.io/) code style is enforced.
Enabling autoformatting via a pre-commit hook is recommended:

```
pip install black pre-commit
pre-commit install
```


License
-------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


