Metadata-Version: 2.1
Name: funlab-libs
Version: 0.1.15
Summary: Some core libraries for funlab-flaskr.
License: MIT
Author: SunnyLin
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: colorama (>=0.4.6,<0.5.0)
Requires-Dist: cryptography (>=42.0.2,<43.0.0)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.17,<3.0.0)
Description-Content-Type: text/markdown

# Funlab-Libs - A common library for FunLab framework

## Installation

pip install funlab-libs

## Reqirements

- colorama = "^0.4.6"
- sqlalchemy = "^2.0.17"
- pandas = "^2.0.3"

