Metadata-Version: 2.1
Name: razorbill
Version: 0.1.2
Summary: Razorbill is a framework for quickly creating API applications using only the description of the data model.
Author: Nikita Irgashev
Author-email: nik.irg@yandex.ru
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: asyncpg (>=0.28.0,<0.29.0)
Requires-Dist: asyncpgsa (>=0.27.1,<0.28.0)
Requires-Dist: fastapi (>=0.98.0,<0.99.0)
Requires-Dist: fastapi-filter (>=0.6.1,<0.7.0)
Requires-Dist: greenlet (>=2.0.2,<3.0.0)
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: psycopg2 (>=2.9.7,<3.0.0)
Requires-Dist: pytest (>=7.4.0,<8.0.0)
Requires-Dist: pytest-asyncio (>=0.21.1,<0.22.0)
Requires-Dist: sqlalchemy (>=2.0.17,<3.0.0)
Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
Description-Content-Type: text/markdown

Razorbill is a framework for quickly creating API applications using only the description of the data model.
