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