Metadata-Version: 2.1
Name: jzp
Version: 0.0.1
Summary: A libary for dealing with the compression and decompression of Agilent JZP files.
Author-email: Antonio Vázquez <antoniovazquezblanco@gmail.com>
Maintainer-email: Antonio Vázquez <antoniovazquezblanco@gmail.com>
License: GPL-3.0-or-later
Project-URL: Source Code, https://github.com/antoniovazquezblanco/jzp/
Project-URL: Issue Tracker, https://github.com/antoniovazquezblanco/jzp/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# liblzss

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/antoniovazquezblanco/jzp/test.yml)
![PyPI](https://img.shields.io/pypi/v/jzp)

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
```


## Links

-   PyPI Releases: https://pypi.org/project/jzp/
-   Source Code: https://github.com/antoniovazquezblanco/jzp
-   Issue Tracker: https://github.com/antoniovazquezblanco/jzp/issues
