A lightweight wrapper around apispec for extracting OpenApi specs from flask project.
Project description
============= flask-spec
Install
::
pip install flask-spec
Quickstart
::
from flask import Flask, Blueprint
from flask_spec import FlaskSpec, SpecBlueprint
app = Flask(__name__)
spec = FlaskSpec(app)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Spec-0.0.0a2.tar.gz
(7.5 kB
view hashes)
Built Distribution
Close
Hashes for Flask_Spec-0.0.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4ad27853d314d5675b79854aaad14dfdbcad24af469ce6ae6595c0ff8b0472f |
|
MD5 | d35d16381e9fe7abe65510ebccf29ff0 |
|
BLAKE2b-256 | 6568c29d407010bea32590b60eee21efe7fd96f67482126b5ee214ee11124df8 |