https://github.com/release-engineering/pubtools-exodus
https://github.com/release-engineering/pubtools-exodus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/release-engineering/pubtools-exodus
- Owner: release-engineering
- License: gpl-3.0
- Created: 2022-01-04T09:48:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:32:40.000Z (over 1 year ago)
- Last Synced: 2025-04-05T11:35:22.618Z (about 1 year ago)
- Language: Python
- Size: 276 KB
- Stars: 0
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
pubtools-exodus
===============
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.