first commit

This commit is contained in:
Ankit Malik
2026-06-22 16:03:00 +05:30
commit e218aafc26
46 changed files with 5416 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "data-move"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"clickhouse-connect>=1.3.0",
"clickhouse-sqlalchemy>=0.3.2",
"dotenv>=0.9.9",
"polars>=1.41.2",
"pyarrow>=24.0.0",
"pyodbc>=5.3.0",
"pyyaml>=6.0.3",
]