Metadata-Version: 2.1
Name: fedora-messaging-git-hook
Version: 0.1.1
Summary: Git hook for Fedora Messaging
Home-page: http://github.com/fedora-infra/fedora-messaging-git-hook
Author: Fedora Infrastructure
Author-email: admin@fedoraproject.org
License: GPL-3.0-or-later
Keywords: fedora,fedora-messaging
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pygit2
Requires-Dist: backoff
Requires-Dist: fedora-messaging>=3.0.0
Requires-Dist: fedora-messaging-git-hook-messages
Requires-Dist: importlib-metadata; python_version < "3.8"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: coverage[toml]; extra == "dev"
Requires-Dist: diff-cover; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: myst-parser; extra == "dev"
Requires-Dist: liccheck; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tomli-w; extra == "dev"

# 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.
