add basic functionality and corresponding tests

This commit is contained in:
2025-03-13 16:36:18 +01:00
parent 48881e882c
commit 2db39b536e
15 changed files with 1026 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ description = "basic cross-project tools for Python-based d-opt projects"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = []
dependencies = ["tzdata>=2025.1"]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "LicenseRef-Proprietary"}