feat(plugin-sdk): add executable v0alpha2 contracts

This commit is contained in:
DCCONSTRUCTIONS
2026-07-16 19:43:26 +03:00
parent 27bf7527df
commit 63dd8c8790
18 changed files with 1634 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
[build-system]
requires = ["hatchling>=1.27,<2"]
build-backend = "hatchling.build"
[project]
name = "missioncore-plugin-sdk"
version = "0.2.0a2"
description = "Versioned host/device-plugin contracts for NODE.DC Mission Core"
readme = "README.md"
requires-python = ">=3.12,<3.13"
license = { text = "Proprietary" }
dependencies = ["pydantic>=2.11,<3"]
[tool.hatch.build.targets.wheel]
packages = ["python/missioncore_plugin_sdk"]