Apple-compress

Latest version: v0.2.3

Safety actively analyzes 623360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

Small update to fix a bug that could break decompression.

**Full Changelog**: https://github.com/m1stadev/apple-compress/compare/v0.2.2...v0.2.3

0.2.2

This release:
- Disables the logger by default.
- Enables logging when using `-v`/`--verbose` in the CLI.
- Adds `-b`/`--lzfse-iboot` for `LZFSE_IBOOT` compression.
- Adds `-l` as a substitute for `--lzfse`
- Adds `-z` as a substitute for `--zlib`

**Full Changelog**: https://github.com/m1stadev/apple-compress/compare/v0.2.1...v0.2.2

0.2.1

Small release which adds docstrings to all functions, and [docs.md](https://github.com/m1stadev/apple-compress/blob/master/docs.md) for API documentation.

**Full Changelog**: https://github.com/m1stadev/apple-compress/compare/v0.2...v0.2.1

0.2

This release:
- Adds a logger
- Fixes a bug in `decompress()` that would cause the function to loop indefinitely if the allocated buffer was smaller than the size of the decompressed data.

**Full Changelog**: https://github.com/m1stadev/apple-compress/compare/v0.1...v0.2

0.1

Initial release.

Supports `LZ4`, `LZ4_RAW`, `ZLIB`, `LZMA`, `LZFSE`, and `LZFSE_IBOOT` (de)compression.

Comes with `acompress` CLI tool for easy (de)compression tool (currently only supports `ZLIB` and `LZFSE`).

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.