mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
54 lines
2.1 KiB
Text
54 lines
2.1 KiB
Text
Metadata-Version: 2.1
|
|
Name: aiohttp-swagger
|
|
Version: 1.0.15
|
|
Summary: Swagger API Documentation builder for aiohttp server
|
|
Home-page: https://github.com/cr0hn/aiohttp-swagger
|
|
Author: Daniel Garcia (cr0hn)
|
|
Author-email: cr0hn@cr0hn.com
|
|
License: BSD
|
|
Description: aiohttp-swagger
|
|
===============
|
|
|
|
**LOOCKING FOR MAINTAINERS**!!!!!
|
|
|
|
![Logo](doc/source/_static/logo.png)
|
|
|
|
[![Build Status](https://travis-ci.org/cr0hn/aiohttp-swagger.svg?branch=master)](https://travis-ci.org/cr0hn/aiohttp-swagger)
|
|
[![codecov.io](https://codecov.io/github/cr0hn/aiohttp-swagger/coverage.svg?branch=master)](https://codecov.io/github/cr0hn/aiohttp-swagger)
|
|
|
|
*aiohttp-swagger: Swagger API Documentation builder for aiohttp server*
|
|
|
|
Documentation | http://aiohttp-swagger.readthedocs.io/en/latest/
|
|
------------- | -------------------------------------------------
|
|
Code | https://github.com/cr0hn/aiohttp-swagger
|
|
Issues | https://github.com/cr0hn/aiohttp-swagger/issues/
|
|
Python version | Python 3.4 and above
|
|
|
|
What's aiohttp-swagger
|
|
----------------------
|
|
|
|
aiohttp-swagger is a plugin for aiohttp.web server that allow to document APIs using Swagger show the Swagger-ui console.
|
|
|
|
What's new?
|
|
-----------
|
|
|
|
### Version 1.0.0
|
|
|
|
- First version released
|
|
|
|
You can read entire list in [CHANGELOG](https://github.com/cr0hn/aiohttp-swagger/blob/master/CHANGELOG) file.
|
|
|
|
Platform: UNKNOWN
|
|
Classifier: Environment :: Console
|
|
Classifier: Intended Audience :: System Administrators
|
|
Classifier: Intended Audience :: Other Audience
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Operating System :: MacOS
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: Operating System :: POSIX
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
Classifier: Topic :: Security
|
|
Provides-Extra: performance
|