sqlor/setup.cfg
2025-10-23 12:15:41 +08:00

28 lines
516 B
INI

[metadata]
name=sqlor
version = 2.0.1
description = a new version of sqlor, each db's sor need to plugin to sqlor, and dbdriver now a isolated module
authors = yu moqing
author_email = yumoqing@gmail.com
readme = README.md
license = {text = MIT}
[options]
packages = find:
requires_python = >=3.8
install_requires =
aiomysql
aiopg
duckdb
clickhouse-driver
PyMySQL
aiosqlite
asyncio
jinja2
[options.entry_points]
console_scripts =
dbpassword = sqlor.dbpassword:main
dbloader = sqlor.dbloader:main