Metadata-Version: 2.1
Name: hatter
Version: 0.5.5b1
Summary: Framework to easily create microservices backed by a RabbitMQ broker
Home-page: https://github.com/tangibleintelligence/hatter
License: MIT
Keywords: RabbitMQ,Message Broker,Distributed Computing
Author: Austin Howard
Author-email: austin@tangibleintelligence.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aio-pika (>=7.1.0,<8.0.0)
Requires-Dist: clearcut (>=0.2.0,<0.3.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Project-URL: Repository, https://github.com/tangibleintelligence/hatter
Description-Content-Type: text/markdown

# 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.
