Metadata-Version: 2.1
Name: aio-openapi
Version: 3.1.1
Summary: Minimal OpenAPI asynchronous server application
Home-page: https://github.com/quantmind/aio-openapi
License: BSD-3-Clause
Author: Luca
Author-email: luca@quantmind.com
Requires-Python: >=3.8,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: dev
Provides-Extra: docs
Requires-Dist: PyJWT (>=2.3.0,<3.0.0) ; extra == "dev"
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: SQLAlchemy (>=1.4.27,<2.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.38.2,<0.39.0)
Requires-Dist: Sphinx (>=5.0.2,<6.0.0) ; extra == "docs"
Requires-Dist: aiodns (>=3.0.0,<4.0.0) ; extra == "dev"
Requires-Dist: aiohttp (>=3.8.0,<4.0.0)
Requires-Dist: aiohttp-theme (>=0.1.6,<0.2.0) ; extra == "docs"
Requires-Dist: alembic (>=1.8.1,<2.0.0)
Requires-Dist: asyncpg (>=0.26.0,<0.27.0)
Requires-Dist: backports.zoneinfo (>=0.2.1,<0.3.0) ; python_version < "3.9"
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: colorlog (>=6.6.0,<7.0.0) ; extra == "dev"
Requires-Dist: email-validator (>=1.2.1,<2.0.0)
Requires-Dist: httptools (>=0.5.0,<0.6.0)
Requires-Dist: phonenumbers (>=8.12.37,<9.0.0) ; extra == "dev"
Requires-Dist: psycopg2-binary (>=2.9.2,<3.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: recommonmark (>=0.7.1,<0.8.0) ; extra == "docs"
Requires-Dist: simplejson (>=3.17.2,<4.0.0)
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0,<2.0.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0) ; extra == "docs"
Project-URL: Documentation, https://aio-openapi.readthedocs.io
Project-URL: Repository, https://github.com/quantmind/aio-openapi
Project-URL: issues, https://github.com/quantmind/aio-openapi/issues
Project-URL: repository, https://github.com/quantmind/aio-openapi
Description-Content-Type: text/markdown

# aio-openapi

[![PyPI version](https://badge.fury.io/py/aio-openapi.svg)](https://badge.fury.io/py/aio-openapi)
[![Python versions](https://img.shields.io/pypi/pyversions/aio-openapi.svg)](https://pypi.org/project/aio-openapi)
[![Build](https://github.com/quantmind/aio-openapi/workflows/build/badge.svg)](https://github.com/quantmind/aio-openapi/actions?query=workflow%3Abuild)
[![Coverage Status](https://coveralls.io/repos/github/quantmind/aio-openapi/badge.svg?branch=master)](https://coveralls.io/github/quantmind/aio-openapi?branch=master)
[![Documentation Status](https://readthedocs.org/projects/aio-openapi/badge/?version=latest)](https://aio-openapi.readthedocs.io/en/latest/?badge=latest)
[![Downloads](https://img.shields.io/pypi/dd/aio-openapi.svg)](https://pypi.org/project/aio-openapi/)

Asynchronous web middleware for [aiohttp][] and serving Rest APIs with [OpenAPI][] v 3
specification and with optional [PostgreSql][] database bindings.

See the [tutorial](https://aio-openapi.readthedocs.io/en/latest/tutorial.html) for a quick introduction.


[aiohttp]: https://aiohttp.readthedocs.io/en/stable/
[openapi]: https://www.openapis.org/
[postgresql]: https://www.postgresql.org/
[sqlalchemy]: https://www.sqlalchemy.org/
[click]: https://github.com/pallets/click
[alembic]: http://alembic.zzzcomputing.com/en/latest/
[asyncpg]: https://github.com/MagicStack/asyncpg

