update pydb
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 25s

This commit is contained in:
ksyasuda
2023-08-09 20:05:29 -07:00
parent 155c65aada
commit 3e539bfdea
11 changed files with 917 additions and 88 deletions

View File

@@ -4,20 +4,31 @@ build-backend = "hatchling.build"
[project]
name = "pydb"
version = "0.0.3"
authors = [
{ name="Kyle Yasuda", email="suda@sudacode.com" },
dependencies = [
"mysql-connector-python",
"cx_oracle",
"snowflake-connector-python",
"pandas",
"python-logger",
"email-sender-simple",
"sqlparse",
"python-dotenv"
]
description = "A python database wrapper"
version = "0.5.17"
authors = [
{ name="Kyle Yasuda", email="kyasuda@westlakefinancial.com" },
]
description = "Database helper"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["mysql-connector-python"]
# [project.urls]
# "Homepage" = "https://gitea.suda.codes/sudacode/pydb"
# "Bug Tracker" = "https://gitea.suda.codes/sudacode/pydb/issues"
# [tool.setuptools.packages.find]
# where = ["pydb"]
[project.urls]
"Homepage" = "https://gitlab.westlakefinancial.com/data_engineering/python_package_registry/-/tree/main/pydb"
"Bug Tracker" = "https://gitlab.westlakefinancial.com/data_engineering/python_package_registry/-/issues"