Metadata-Version: 2.1
Name: flask-management
Version: 0.1.3
Summary: create the flask project quickly.
Home-page: https://github.com/ponytailer/flask-management
Author: huangsong
Author-email: huangsong@leyantech.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cookiecutter (>=1.7.2)
Requires-Dist: pydantic[email] (>=1.7.2)
Requires-Dist: typer
Description-Content-Type: text/markdown

# flask-management

## How to use :

- simple command: `flaskapi your-project-name`

- choose your python version: `flaskapi your-project-name --python 3.7`

Inspired by `manage-fastapi`
