Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
/ aio-openapi Public archive

A python module for building OpenAPI compliant asynchronous Rest Servers. Auto documentation, serialization and validation in the same unified API.

License

Notifications You must be signed in to change notification settings

quantmind/aio-openapi

Repository files navigation

aio-openapi

PyPI version Python versions Build codecov Documentation Status Downloads

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

See the tutorial for a quick introduction.