/jzp

A libary for dealing with the compression and decompression of Agilent JZP files

Primary LanguagePython

JZP

GitHub Workflow Status PyPI

A libary for dealing with the compression and decompression of Agilent JZP files.

I could not find documentation about this propietary format. Researching https://github.com/miek/agltzip I understood that the files consist on various possible versions of a header followed by LZSS compressed files.

Installing

Install and update using pip:

$ pip install -U jzp

Usage

Once installed, the jzp command will be available. An example usge for file extracting can be:

$ jzp -xf ./sys5462x.jzp

Links