Basic connection with device list and info
This commit is contained in:
parent
c6f7174bc5
commit
4999c2f737
9 changed files with 325 additions and 13 deletions
|
@ -5,12 +5,26 @@ description = "Remote control genieacs"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"httpx>=0.28.1",
|
||||
"typer>=0.15.3",
|
||||
"httpx>=0.28.1",
|
||||
"pydantic-settings[yaml]>=2.9.1",
|
||||
"typer>=0.15.3",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"dunamai>=1.23.1",
|
||||
"ipdb>=0.13.13",
|
||||
]
|
||||
dev = ["dunamai>=1.23.1", "ipdb>=0.13.13"]
|
||||
|
||||
[project.scripts]
|
||||
gacsco = "gacsco.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "uv-dynamic-versioning"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "uv-dynamic-versioning"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/gacsco"]
|
||||
|
||||
[tool.uv-dynamic-versioning]
|
||||
style = "semver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue