LowPack 0.1.1
Pre-release
Pre-release
LowPack 0.1.1 is a maintenance alpha release focused on publication and
packaging reliability. The .lpk format and archive behavior are unchanged
from 0.1.0.
Improvements
- Prevents release-tag pushes from launching a duplicate CI matrix.
- Adds manual CI dispatch, least-privilege workflow permissions, and
concurrency cancellation for superseded runs. - Adds package repository, documentation, issue, and changelog URLs.
- Adds package discovery keywords and live CI/release/Python/license badges.
- Supports version-scoped
SHA256SUMSgeneration for clean release assets.
Validation
- 30 local tests passed; one Windows symlink test skipped where symlink
privileges are unavailable. - Ruff and strict Mypy passed.
- Pull-request and merged-main CI matrices passed on Python 3.9–3.14.
- Wheel and source distribution reproduced byte-for-byte across consecutive
isolated builds. - A clean wheel installation completed pack, full verify, and unpack.
Install
Download the wheel below and run:
python -m pip install lowpack-0.1.1-py3-none-any.whl
lowpack --versionThis remains an experimental alpha. Review the README security guidance before
extracting untrusted archives.