https://github.com/antoniovazquezblanco/jzp
  
  
    A libary for dealing with the compression and decompression of Agilent JZP files 
    https://github.com/antoniovazquezblanco/jzp
  
agilent compression-algorithm hp jzp
        Last synced: 19 days ago 
        JSON representation
    
A libary for dealing with the compression and decompression of Agilent JZP files
- Host: GitHub
- URL: https://github.com/antoniovazquezblanco/jzp
- Owner: antoniovazquezblanco
- Created: 2023-03-25T20:48:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T07:19:04.000Z (about 2 months ago)
- Last Synced: 2025-09-08T09:21:08.315Z (about 2 months ago)
- Topics: agilent, compression-algorithm, hp, jzp
- Language: Python
- Homepage: https://pypi.org/project/jzp/
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # JZP
[](https://github.com/antoniovazquezblanco/jzp/actions/workflows/build.yml)
[](https://pypi.org/project/jzp/)
[](https://snyk.io/advisor/python/jzp)
[](LICENSE.md)
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`:
```bash
$ pip install -U jzp
```
## Usage
Once installed, the `jzp` command will be available. An example usge for file extracting can be:
```bash
$ jzp -xf ./sys5462x.jzp
```
## Links
- PyPI Releases: https://pypi.org/project/jzp/
- Source Code: https://github.com/antoniovazquezblanco/jzp
- Issue Tracker: https://github.com/antoniovazquezblanco/jzp/issues