initial commit

This commit is contained in:
2026-08-07 19:59:27 +05:30
commit 7bd45971fd
23 changed files with 1924 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "surveyladder"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["ezdxf>=1.4.3", "matplotlib>=3.10.8", "numpy>=2.4.4", "xlrd>=2.0.2", "openpyxl>=3.1.5", "scipy>=1.17.1"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false