Metadata-Version: 2.4
Name: mikkoo
Version: 3.0.0
Summary: Mikkoo is a PgQ to RabbitMQ Relay
Project-URL: Homepage, https://github.com/gmr/mikkoo
Project-URL: Documentation, https://gmr.github.io/mikkoo/
Project-URL: Bug Tracker, https://github.com/gmr/mikkoo/issues
Author-email: "Gavin M. Roy" <gavinmroy@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: amqp,postgres,postgresql,rabbitmq
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: arrow
Requires-Dist: helper<3,>=2.5
Requires-Dist: pika<2,>=1.3
Requires-Dist: psutil
Requires-Dist: psycopg<4,>=3.1
Requires-Dist: pyyaml
Requires-Dist: uuid7
Provides-Extra: sentry
Requires-Dist: sentry-sdk; extra == 'sentry'
Provides-Extra: statsd
Requires-Dist: sprockets-statsd; extra == 'statsd'
Description-Content-Type: text/markdown

# Mikkoo

A [PgQ](https://wiki.postgresql.org/wiki/SkyTools#PgQ) to
[RabbitMQ](https://www.rabbitmq.com) relay. Mikkoo is a PgQ consumer that
publishes to RabbitMQ. In addition, it includes a built-in auditing system
that can be used to confirm that all PgQ events are received by RabbitMQ.

Mikkoo is named for the rabbit in the "Clever Rabbit and the Elephant" fable.

![Version](https://img.shields.io/pypi/v/mikkoo.svg?)
![Downloads](https://img.shields.io/pypi/dm/mikkoo.svg?)
![Status](https://github.com/gmr/mikkoo/actions/workflows/testing.yaml/badge.svg?)

## Installation

```bash
pip install mikkoo
```

## Documentation

Documentation is available at [gmr.github.io/mikkoo](https://gmr.github.io/mikkoo/).

## Running

```bash
mikkoo -c mikkoo.yml
```
