sboxd 0.1.6

Policy-driven command runner for sandboxed dependency installation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "python-smoke"
version = "0.1.0"
description = "sbox uv smoke project"
requires-python = ">=3.13"
dependencies = [
  "rich>=14.0.0,<15.0.0",
]

[project.scripts]
python-smoke = "python_smoke:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/python_smoke"]