Metadata-Version: 2.4
Name: bourgade
Version: 1.1.4
Summary: A RabbitMQ-based event bus for Python.
License: MIT
Author: Anatoly Frolov (anafro)
Author-email: anatolyfroloff@gmail.com
Requires-Python: >=3.13,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: aio-pika (>=9.6.1,<10.0.0)
Requires-Dist: reification (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# Bourgade

**Bourgade** (fr. "village") is a simple event bus for RabbitMQ, that moves
focus from RabbitMQ abstractions to good ol' events.

## Installation

To install Bourgade, use:

```bash
pip install bourgade
```

With Poetry, do:

```bash
poetry add bourgade
```

## License

**Bourgade** is licensed under MIT.

------------------
Copyright (c) 2026 Anatoly Frolov (anafro). All Rights Reserved.\
`contact@anafro.ru`

