added code

This commit is contained in:
Johannes Erwerle 2025-07-13 14:23:13 +02:00
parent 9edd602376
commit 894687da0f
7 changed files with 1489 additions and 0 deletions

22
pyproject.toml Normal file
View file

@ -0,0 +1,22 @@
[project]
name = "swagspace_cloud_init"
version = "0.1.0"
description = ""
authors = [
{name = "Johannes Erwerle",email = "jo@swagspace.org"}
]
readme = "README.md"
requires-python = ">=3.12,<4"
dependencies = [
"pynetbox-config-helper @ git+https://github.com/BelWue/pynetbox-config-helper",
"pyyaml (>=6.0.2,<7.0.0)",
"python-graphql-client (>=0.4.3,<0.5.0)"
]
[project.scripts]
build-vm = "swagspace_cloud_init:build_vm"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"