Contents

aiohttp-swagger 1.0.16

0

Swagger API Documentation builder for aiohttp server

Swagger API Documentation builder for aiohttp server

Stars: 185, Watchers: 185, Forks: 80, Open Issues: 50

The cr0hn/aiohttp-swagger repo was created 7 years ago and the last code push was 2 years ago.
The project is popular with 185 github stars!

How to Install aiohttp-swagger

You can install aiohttp-swagger using pip

pip install aiohttp-swagger

or add it to a project with poetry

poetry add aiohttp-swagger

Package Details

Author
Daniel Garcia (cr0hn)
License
BSD
Homepage
https://github.com/cr0hn/aiohttp-swagger
PyPi:
https://pypi.org/project/aiohttp-swagger/
GitHub Repo:
https://github.com/cr0hn/aiohttp-swagger

Classifiers

  • Security
No  aiohttp-swagger  pypi packages just yet.

Errors

A list of common aiohttp-swagger errors.

Code Examples

Here are some aiohttp-swagger code examples and snippets.

Related Packages & Articles

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).