Metadata-Version: 2.1
Name: hatter
Version: 0.3.2
Summary: Framework to easily create microservices backed by a RabbitMQ broker
Home-page: UNKNOWN
Author: Austin Howard
Author-email: austin@tangibleintelligence.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >3.8
Description-Content-Type: text/markdown
Requires-Dist: aio-pika (<7,>=6.7)
Requires-Dist: pydantic (<2,>=1.7.3)

# Hatter: Decorator-based framework for AMQP clients

[![Build Status](https://cloud.drone.io/api/badges/tangibleintelligence/hatter/status.svg)](https://cloud.drone.io/tangibleintelligence/hatter)
[![PyPI version](https://badge.fury.io/py/hatter.svg)](https://badge.fury.io/py/hatter)

`hatter` is a framework to easily create microservices backed by a RabbitMQ broker.

While functional, this is still in alpha phase. Documentation, tests, and some additional functionality is still to come.

