Metadata-Version: 2.1
Name: event-outbox
Version: 0.2.2
Summary: Transactional outbox and idempotent consumer
Home-page: https://github.com/returnnullptr/event-outbox
Author: Yuriy Kehter
Author-email: yuriy.kehter@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiokafka (>=0.10.0,<0.11.0)
Requires-Dist: motor (>=3.4.0,<4.0.0)
Requires-Dist: pydantic (>=2.7.2,<3.0.0)
Project-URL: Repository, https://github.com/returnnullptr/event-outbox
Description-Content-Type: text/markdown

# Event Outbox

The project is not production ready yet.

## Installation

With [pip](https://pypi.org/project/pip/):

```bash
pip install event-outbox
```

With [poetry](https://python-poetry.org/):

```bash
poetry add event-outbox
```

## Usage

See the proof-of-concept [example](https://github.com/returnnullptr/event-outbox-example).

## Development

```bash
bash cleanup.sh
```

