Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
/ lzcomp Public archive

CFFI Python bindings for the LZCOMP compression algorithm

License

Notifications You must be signed in to change notification settings

anthrotype/lzcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lzcomp

Build Status

CFFI-based Python bindings for the LZCOMP compression algorithm, as defined in the Microtype® Express (MTX) font format specification from Monotype Imaging.

http://www.w3.org/Submission/MTX/

Build:

$ python setup.py build

Test:

$ python setup.py test

Install:

$ pip install -v .

Usage:

lzcomp [--force] [--decompress] [--input filename] [--output filename]

About

CFFI Python bindings for the LZCOMP compression algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published