Releases: StrongWind1/ntcompress
Releases · StrongWind1/ntcompress
Release list
v0.2.0
What's Changed
Features
- Lower minimum Python version to 3.10
CI / Publishing
- Add CI, PyPI, Python, License, and Docs badges to README
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release
Pure-Python implementations of every Microsoft ESE record-compression scheme and Windows ntdll RtlCompressBuffer/RtlDecompressBuffer format. Zero runtime dependencies.
Supported formats
- ESE 7-bit encoding, XPRESS, XPRESS9, XPRESS10, LZ4
- ntdll LZNT1, XPRESS, XPRESS Huffman
Highlights
- Full CI pipeline with lint, typecheck, and tests across Python 3.11-3.14
- PyPI trusted publishing with OIDC and digital attestations
- Documentation at https://strongwind1.github.io/ntcompress/
Full Changelog: https://github.com/StrongWind1/ntcompress/commits/v0.1.0