Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedora-infra/fedora-messaging-git-hook
Git post-receive hook to send messages on the Fedora Messaging bus
https://github.com/fedora-infra/fedora-messaging-git-hook
Last synced: 25 days ago
JSON representation
Git post-receive hook to send messages on the Fedora Messaging bus
- Host: GitHub
- URL: https://github.com/fedora-infra/fedora-messaging-git-hook
- Owner: fedora-infra
- Created: 2023-11-28T14:30:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-01T06:52:38.000Z (12 months ago)
- Last Synced: 2024-10-08T01:31:25.186Z (about 1 month ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.d/_template.md
- Contributing: docs/contributing.rst
- License: LICENSES/GPL-3.0-or-later.txt
Awesome Lists containing this project
README
# Fedora Messaging Git Hook
This repo contains a git post-receive hook to send messages on the Fedora Messaging bus.
The full documentation is [on ReadTheDocs](https://fedora-messaging-git-hook.readthedocs.io).
You can install it [from PyPI](https://pypi.org/project/fedora-messaging-git-hook/).
![PyPI](https://img.shields.io/pypi/v/fedora-messaging-git-hook.svg)
![Supported Python versions](https://img.shields.io/pypi/pyversions/fedora-messaging-git-hook.svg)
![Build status](http://github.com/fedora-infra/fedora-messaging-git-hook/actions/workflows/main.yml/badge.svg?branch=main)
![Documentation](https://readthedocs.org/projects/fedora-messaging-git-hook/badge/?version=latest)The development layout is a bit outdated (no poetry, setup.cfg, MANIFEST.in,
etc.) because we need to work with Python 3.6, and the Python ecosystem ship
has sailed a long time ago for that version.