Initial commit

This commit is contained in:
2026-05-27 08:51:07 +02:00
commit e4d6907c5d
9 changed files with 1332 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "engine-data-processing"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.10.9",
"pandas>=3.0.3",
"tqdm>=4.67.3",
]