first commit

This commit is contained in:
Ankit Malik
2026-06-02 18:23:18 +05:30
commit 2dd73490db
7 changed files with 638 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "kpi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dotenv>=0.9.9",
"polars>=1.41.2",
"pyarrow>=24.0.0",
"pymssql>=2.3.13",
"pyodbc>=5.3.0",
]