This commit is contained in:
2026-01-08 23:04:58 -06:00
parent ca23b44a25
commit 38b6807e70
64 changed files with 1327 additions and 1059 deletions

12
pyproject.toml Normal file → Executable file
View File

@@ -1,19 +1,23 @@
[project]
name = "compose"
name = "docker_compose"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "Christian Camper", email = "ccamper7@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"basedpyright>=1.36.1",
"basedpyright>=1.37.0",
"pyyaml>=6.0.3",
"ruff>=0.14.9",
"ruff>=0.14.10",
"ty>=0.0.10",
]
[project.scripts]
compose = "compose:main"
docker_compose = "docker_compose:main"
[build-system]
requires = ["uv_build>=0.9.17,<0.10.0"]
build-backend = "uv_build"
[tool.pyright]
#reportExplicitAny = false