Metadata-Version: 2.1
Name: spakky-core
Version: 1.6.16
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: argon2-cffi (>=23.1.0,<24.0.0)
Requires-Dist: bcrypt (>=4.2.0,<5.0.0)
Requires-Dist: pycryptodome (>=3.20.0,<4.0.0)
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
Description-Content-Type: text/markdown

<h1 align="center">Spakky Core</h1>
<p align="center">
    <em>Highly abstracted Framework core to use DDD & DI/IoC & AOP & Etc...</em>
</p>
<p align="center">
    <a href="https://pypi.org/project/spakky-core">
        <img src="https://img.shields.io/pypi/v/spakky-core?label=latest&color=blue">
    </a>
    <a href="https://github.com/E5presso/spakky-core">
        <img src="https://img.shields.io/badge/python-3.10_|_3.11_|_3.12-green.svg">
    </a>
    <a href="https://github.com/E5presso/spakky-core/actions/workflows/test.yml">
        <img src="https://github.com/E5presso/spakky-core/actions/workflows/test.yml/badge.svg" alt="Test">
    </a>
    <a href="https://codecov.io/gh/E5presso/spakky-core">
        <img src="https://codecov.io/gh/E5presso/spakky-core/graph/badge.svg?token=5MGPkbqo0V" alt="Coverage">
    </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 Core is a framework-agnostic Meta framework with Python 3.10+

