Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edeca/python-quicklz
A pure Python implementation of QuickLZ decompression
https://github.com/edeca/python-quicklz
Last synced: 5 days ago
JSON representation
A pure Python implementation of QuickLZ decompression
- Host: GitHub
- URL: https://github.com/edeca/python-quicklz
- Owner: edeca
- Created: 2022-05-20T20:07:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T21:14:33.000Z (9 months ago)
- Last Synced: 2024-02-14T22:27:45.932Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python QuickLZ
This repository contains a basic implementation of QuickLZ (http://www.quicklz.com/) in pure Python. The API is identical to the Java and C# versions of the official implementation.
There are no external dependencies and therefore the code works on both Windows and Linux.
At this time, only decompression is supported. Decompression has been tested with a variety of compressed sources. No effort has been made to optimise this code.
# Author
QuickLZ was written by Lasse Mikkel Reinhold ([email protected]).
This port was implemented by David Cannings ([email protected]).