Metadata-Version: 2.4
Name: orma
Version: 0.2507.0
Summary: Build full-featured APIs with business logic from clean Python models.
Author-email: Kairix Devteam <devteam@kairix.dev>
Project-URL: Homepage, https://github.com/kairix-dev/orma
Project-URL: Documentation, https://github.com/kairix-dev/orma/README.md
Project-URL: Repository, https://github.com/kairix-dev/orma
Project-URL: Bug Tracker, https://github.com/kairix-dev/orma/issues
Project-URL: Changelog, https://github.com/kairix-dev/orma/blob/main/CHANGELOG.md
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic<2.12,>=2.11
Requires-Dist: fastapi<0.117,>=0.116
Requires-Dist: sqlalchemy[postgresql-psycopg]<2.1,>=2.0
Requires-Dist: celery[redis]<5.6,>=5.5
Provides-Extra: cli
Requires-Dist: click==8.*; extra == "cli"
Provides-Extra: dev
Requires-Dist: pre-commit==4.*; extra == "dev"
Requires-Dist: memray==1.*; extra == "dev"
Provides-Extra: ci
Requires-Dist: radon==6.*; extra == "ci"
Requires-Dist: black==25.*; extra == "ci"
Requires-Dist: pyright==1.*; extra == "ci"
Requires-Dist: mypy==1.*; extra == "ci"
Requires-Dist: isort==6.*; extra == "ci"
Requires-Dist: autoflake==2.*; extra == "ci"
Requires-Dist: pytest==8.*; extra == "ci"
Requires-Dist: pytest-cov==6.*; extra == "ci"

# Orma

[![Tests](https://github.com/kairix-dev/orma/workflows/Tests/badge.svg)](https://github.com/kairix-dev/orma/actions)
[![Python](https://img.shields.io/pypi/pyversions/orma.svg)](https://pypi.org/project/orma/)
[![PyPI version](https://badge.fury.io/py/orma.svg)](https://badge.fury.io/py/orma)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)


Build full-featured APIs with business logic from clean Python models.
