nanoctrl 0.0.3

NanoInfra control plane server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "nanoctrl"
version = "0.0.3"
description = "Shared NanoCtrl lifecycle client for NanoInfra services"
requires-python = ">=3.10"
dependencies = ["httpx>=0.24"]

[project.urls]
Repository = "https://github.com/JimyMa/NanoDeploy"

[tool.maturin]
bindings = "bin"
python-source = "."
exclude = ["nanoctrl/__pycache__/*", "nanoctrl.egg-info/*"]