Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]).