Metadata-Version: 2.1
Name: flaskfast
Version: 0.0.1
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: pandas
Requires-Dist: dash
Requires-Dist: flask
Requires-Dist: apispec
Requires-Dist: apispec-webframeworks
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

instantapi
==========

[![](https://badgen.net/pypi/v/flask-fast)](https://pypi.org/project/flask-fast/)
[![](https://badgen.net/pypi/license/flask-fast)](https://pypi.org/project/flask-fast/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/flask-fast)
![PyPI - Status](https://img.shields.io/pypi/status/flask-fast.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

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.


