Metadata-Version: 2.1
Name: funlab-flaskr
Version: 0.3.5
Summary: Funlab - A pluggable flask application framework.
License: MIT
Author: sunny
Author-email: 013.lin@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: flask (>=3.0.0,<4.0.0)
Requires-Dist: flask-login (>=0.6.3,<0.7.0)
Requires-Dist: funlab-libs (>=0.3.5,<0.4.0)
Description-Content-Type: text/markdown

# Funlab - A pluggable flask application framework

## Start up

```bash
py -m funlab.flaskr.app -c 'confign.toml' -e '.env'
```

## Installation

pip install funlab-flaskr

### Dependencies/Requirements

- python = "^3.11"
- flask = "^3.0.0"
- flask-login = "^0.6.3"
- funlab-libs = "^0.3.1"

