Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 888 Bytes

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