Metadata-Version: 2.1
Name: flask-fast
Version: 0.0.1.dev0
Summary: Flask-fast. It's fast.
Home-page: https://github.com/lucasdurand/flask-fast
Author: Lucas Durand
Author-email: lucas@lucasdurand.xyz
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: dash
Requires-Dist: flask
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# instantapi

Quickly generate a flask (or Dash) app with endpoints exposed from arbitrary functions. Swagger UI will also be generated and default to the app root. 

Flaskit. Dashit. It's instantapi.


