sqlor/setup.cfg
2025-07-05 21:11:31 +08:00

20 lines
323 B
INI

[metadata]
name=sqlor
version = 1.0.3
description = a wrap for DBAPI, to make python run sql easy and safe
authors = yu moqing
author_email = yumoqing@gmail.com
readme = README.md
license = {text = MIT}
[options]
packages = find:
requires_python = >=3.8
install_requires =
aiomysql
PyMySQL
aiosqlite
asyncio
jinja2