Metadata-Version: 2.1
Name: boilermaker-servicebus
Version: 0.4.0
Summary: An async python Background task system using Azure Service Bus Queues
Author-email: Erik Aker <eaker@mulliganfunding.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: anyio>=4.6.2.post1
Requires-Dist: azure-core-tracing-opentelemetry>=1.0.0b11
Requires-Dist: azure-servicebus>=7.12.3
Requires-Dist: azure-identity>=1.18.0
Requires-Dist: opentelemetry-api>=1.28.2
Requires-Dist: pydantic>=2.9.2
Requires-Dist: pydantic-settings>=2.5.2

# Boilermaker

This project is an extremely-lightweight task-runner exclusively for __async Python__ and Azure Service Bus Queues. If you need a fully fledged task-runner, you should consider one of these other projects instead:

- [Celery](https://github.com/celery/celery/tree/main)
-

## To Install

```sh
pip install "boilermaker-servicebus"
```


## FAQ

**Where does the name come from?**

From [here](https://www.discogs.com/artist/632957-Boilermaker)

**Are You Going to Add Other Queue Services?**

No, not planning to. Consider one of the other background-task libraries.
