cleanup and prefect service setup

This commit is contained in:
Deeman
2026-02-04 22:24:55 +01:00
parent 1743c8eba6
commit 09ae88be19
25 changed files with 15012 additions and 432 deletions

View File

@@ -2,9 +2,10 @@
name = "materia"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
readme = "readme.md"
authors = [
{ name = "Deeman", email = "hendrik.note@gmail.com" }
{ name = "Hendrik Deeman", email = "hendrik@beanflows.coffee" },
{ name = "Simon Deeman", email = "simon@beanflows.coffee" }
]
requires-python = ">=3.13"
dependencies = [
@@ -15,6 +16,7 @@ dependencies = [
"pyyaml>=6.0.2",
"niquests>=3.15.2",
"hcloud>=2.8.0",
"prefect>=3.6.15",
]
[project.scripts]
@@ -53,7 +55,6 @@ requires = ["uv_build>=0.9.2,<0.10.0"]
build-backend = "uv_build"
[tool.ruff]
# Exclude notebooks and common directories
exclude = [
".bzr",
".direnv",