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.
Install and update using pip
:
$ pip install -U jzp
Once installed, the jzp
command will be available. An example usge for file extracting can be:
$ jzp -xf ./sys5462x.jzp
- PyPI Releases: https://pypi.org/project/jzp/
- Source Code: https://github.com/antoniovazquezblanco/jzp
- Issue Tracker: https://github.com/antoniovazquezblanco/jzp/issues