cleanup and prefect service setup

This commit is contained in:
Deeman
2026-02-04 22:24:55 +01:00
parent fc27d5f887
commit 6d4377ccf9
41 changed files with 15888 additions and 2591 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]
@@ -45,6 +47,7 @@ sqlmesh_materia = {workspace = true }
members = [
"extract/*",
"transform/*",
"web",
]
[build-system]
@@ -52,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",