Skip to content

ydkhatri/pylzfse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

****************************************************
This project is archived and no longer in use. 
Please go to https://github.com/ydkhatri/pyliblzfse
for the latest python lzfse library
****************************************************

             _      __
 _ __  _   _| |____/ _|___  ___
| '_ \| | | | |_  / |_/ __|/ _ \
| |_) | |_| | |/ /|  _\__ \  __/
| .__/ \__, |_/___|_| |___/\___|
|_|    |___/

Overview
========

pylzfse is a Python (https://www.python.org/) module that provides LZFSE
compression and decompression through the reference implementation provided by
Apple (https://github.com/lzfse/lzfse).

Building
========

  $ git clone --recursive https://github.com/dimkr/pylzfse
  $ python setup.py build

Credits and Legal Information
=============================

pylzfse is free and unencumbered software released under the terms of the MIT
license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.

The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).

About

For the latest go to https://github.com/ydkhatri/pyliblzfse. This project is old and unused now.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
COPYING
BSD-3-Clause
LICENSE.lzfse

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.0%
  • Python 25.0%