first commit

This commit is contained in:
Ankit Malik
2026-06-12 10:54:00 +05:30
commit 7fbbffec65
17 changed files with 2057 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "data-move"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"clickhouse-sqlalchemy>=0.3.2",
"pyyaml>=6.0.3",
]