Easy OpenAPI specs and Swagger UI for your Flask API
-
Updated
Aug 11, 2020 - Python
{{ message }}
Easy OpenAPI specs and Swagger UI for your Flask API
Flask + Vue JS Template
Dependency injection framework for Python
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
SqlAlchemy Flask-Restful Swagger Json-API OpenAPI
Flask-based ActivityPub server
Flask Blueprints app with Orator ORM for Laravel's Eloquent lovers and not only for them
Building web project framework with flask. Modular design, supporting data migration, banner, interceptor, exception handling, JSON transformation, swagger, celery, flask configuration expansion, etc.
Dockerize and deploy machine learning model as REST API using Flask
Random Geek Jokes REST API
Template for flask-restful api project
A comprehensive template for flask based projects
Flask Restful example project
Lightweight framework built on top of flask, falcon with a touch of magic
基于Python3+Flask二次开发的应用层框架
TCMB'dan Tüm Döviz kurlarını alan Python 3 kodu - Rest Api - Flask
API endpoints for working with EVE Prosper data sources
This is boilerplate template for a Python Flask application with things you need to get started.
Start a REST API's using Flask in 30 sec. One-click deploy to Heroku Server (free) & integrated with Gitpod.
Flask App to scrape hrefs from websites and validate links
A basic boilerplate for flask with flask-restful and pytest
An API Rest with Flask and MongoEngine
Pagination Extension for flask-restful
Flap is a simple utility for bootstrapping Flask projects. In other words, it is the poor mans equivalent of Create React App for Flask.
Add a description, image, and links to the flask-restful topic page so that developers can more easily learn about it.
To associate your repository with the flask-restful topic, visit your repo's landing page and select "manage topics."
Right now, only
S3Storagesupports copying files over from thedeploy-configs/custom-staticdirectory as a part of the bootstrap/update process. While it's easy in theory to duplicate this behavior by hand when usingFolderStorage, it would be better to simply haveFolderStoragescan the directory and copy over the files so as to make the behavior between the two backends consistent.