Metadata-Version: 2.1
Name: spakky-fastapi
Version: 1.6.1
Summary: Highly abstracted Framework core to use DDD & DI/IoC & AOP & Etc...
Author: Spakky
Author-email: sejong418@icloud.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.109.2,<0.110.0)
Requires-Dist: orjson (>=3.9.15,<4.0.0)
Requires-Dist: spakky-core (>=1.6,<2.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

<h1 align="center">Spakky FastAPI</h1>
<p align="center">
    <em>FastAPI Plugin for Spakky Framework</em>
</p>
<p align="center">
    <a href="https://pypi.org/project/spakky-fastapi">
        <img src="https://img.shields.io/pypi/v/spakky-fastapi?label=latest&color=blue">
    </a>
    <a href="https://github.com/E5presso/spakky-fastapi">
        <img src="https://img.shields.io/badge/python-3.10_|_3.11_|_3.12-green.svg">
    </a>
    <a href="https://github.com/E5presso/spakky-fastapi/actions/workflows/test.yml">
        <img src="https://github.com/E5presso/spakky-fastapi/actions/workflows/test.yml/badge.svg" alt="Test">
    </a>
    <a href="https://codecov.io/gh/E5presso/spakky-fastapi" > 
        <img src="https://codecov.io/gh/E5presso/spakky-fastapi/graph/badge.svg?token=w4NL9k9uQp"/> 
    </a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Black">
    </a>
    <a href="https://github.com/pylint-dev/pylint">
        <img src="https://img.shields.io/badge/linting-pylint-yellowgreen" alt="Pylint">
    </a>
</p>

---

Spakky FastAPI is a implementation of *PostBeanProcessor* to use class-based FastAPI controller in Spakky Framework.

