https://github.com/dimkr/pylzfse
Python bindings for LZFSE
https://github.com/dimkr/pylzfse
Last synced: over 1 year ago
JSON representation
Python bindings for LZFSE
- Host: GitHub
- URL: https://github.com/dimkr/pylzfse
- Owner: dimkr
- License: mit
- Created: 2016-07-12T06:44:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:43:41.000Z (over 7 years ago)
- Last Synced: 2025-04-18T02:06:36.218Z (over 1 year ago)
- Language: C
- Size: 10.7 KB
- Stars: 30
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
_ __
_ __ _ _| |____/ _|___ ___
| '_ \| | | | |_ / |_/ __|/ _ \
| |_) | |_| | |/ /| _\__ \ __/
| .__/ \__, |_/___|_| |___/\___|
|_| |___/
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/).