Metadata-Version: 2.1
Name: aio-microservice
Version: 0.1.2
Summary: A library to create microservices.
Author-Email: betaboon <betaboon@0x80.ninja>
Maintainer-Email: betaboon <betaboon@0x80.ninja>
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Project-URL: Homepage, https://github.com/betaboon/aio-microservice
Project-URL: Documentation, https://betaboon.github.io/aio-microservice
Project-URL: Changelog, https://github.com/betaboon/aio-microservice/releases
Project-URL: Repository, https://github.com/betaboon/aio-microservice
Project-URL: Issue tracker, https://github.com/betaboon/aio-microservice/issues
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown

# AIO Microservice

[![ci](https://img.shields.io/github/actions/workflow/status/betaboon/aio-microservice/ci-main.yaml?branch=main&logo=github&logoColor=white&style=for-the-badge)](https://github.com/betaboon/aio-microservice/actions/?query=branch%3Amain+workflow%3Aci-main)

[![version](https://img.shields.io/pypi/v/aio-microservice?logo=pypi&logoColor=white&style=for-the-badge)](https://pypi.org/project/aio-microservice)
[![pyversions](https://img.shields.io/pypi/pyversions/aio-microservice?logo=python&logoColor=white&style=for-the-badge)](https://github.com/betaboon/aio-microservice)
[![license](https://img.shields.io/pypi/l/aio-microservice?style=for-the-badge)](https://github.com/betaboon/aio-microservice/LICENSE)

[![docs](https://img.shields.io/badge/docs-blue?label=sphinx&logo=sphinx&logoColor=white&style=for-the-badge)](https://betaboon.github.io/aio-microservice)
[![pdm](https://img.shields.io/badge/managed-blue?style=for-the-badge&logo=pdm&logoColor=white&label=pdm&color=%237e56c2)](https://pdm-project.org)
[![ruff](https://img.shields.io/badge/formatted-blue?style=for-the-badge&logo=ruff&logoColor=white&label=ruff&color=%23d7ff64)](https://astral.sh/ruff)

## What is AIO Microservice?
<!-- start description -->

A library to create microservices.

<!-- end description -->

## Features
<!-- start features -->

<!-- end features -->

## Installation
<!-- start installation -->

AIO Microservice can be installed with `pip`:

```text
pip install aio-microservice
```

<!-- end installation -->

## Quickstart
<!-- start quickstart -->

<!-- end quickstart -->

## Contributing
