Installation
Recommended: Install uvbox from PyPI:
# With uv
uv add --dev uvbox
# With pip
pip install uvboxInstalling from PyPI automatically includes Go and nfpm as dependencies, so you don't need to install them separately.
Alternatively, you can download the pre-built binaries below for your platform.
Changelog
- 9f251ab: update mise action to v4 (#30) (@Coruscant11)
- b2615d2: trust mise during sbom generation (#31) (@Coruscant11)
- 041d2a7: fix multiple linters warnings and lock mise dependencies (#25) (@Coruscant11)
- c1bfb6c: feat: generate sboms for uvbox (#20) (@vmeurisse)
- 6a0febc: ci: tests on linux/macos/windows am64/arm64 (@Coruscant11)
- b3af11e: ci: add cowsay end to end tests (@Coruscant11)
- 6db25ec: chore: update uv to 0.11.6 (@Coruscant11)
- 2b452c9: build: set python to 3.14 and rely on mise for python in release (#26) (@Coruscant11)
- 415b915: Use hk for linters (#29) (@Coruscant11)
- bbf66a1: Run only end to end test on macOS/amd64 to support hk (#28) (@Coruscant11)