Initial commit

This commit is contained in:
2025-08-14 11:13:05 +02:00
commit cd74efb827
8 changed files with 361 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "meteo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"certifi>=2025.8.3",
"pycurl>=7.45.6",
"pyyaml>=6.0.2",
"requests>=2.32.4",
]
[dependency-groups]
dev = [
"black>=25.1.0",
"flake8>=7.3.0",
]