First Commit

This commit is contained in:
darnodo
2025-11-08 18:52:44 +01:00
commit 0b5a0a2032
7 changed files with 850 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "infra-clab-pipeline"
version = "0.1.0"
description = "VXLAN fabric using infrahub"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["infrahub-sdk[all]"]
[tool.uv.sources]
infrahub-sdk = { git = "https://github.com/opsmill/infrahub-sdk-python", rev = "stable" }