initial commit

This commit is contained in:
2026-02-17 22:48:15 +01:00
commit eeed85ab75
7 changed files with 1233 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "parquet-proxy-odata"
version = "0.1.0"
description = "Parquest Proxy for OData"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.12",
"opendal>=0.45.16",
"pandas>=2.2.3",
"pyarrow>=19.0.1",
"pydantic-settings>=2.8.1",
"requests>=2.32.3",
"xmltodict>=0.14.2",
]