Skip to main content

C Extension for liblzf

Project description

python-lzf: liblzf python bindings

This package is just a straight translation of the C api of liblzf to python. It has two functions: compress() and decompress().

compress() accepts a string to compress and an optional maximum length for the output. If it cannot compress the string down to the requested size is to return None. The default behavior if no size is explicitly requested is to use one less than the length of the input, so the caller must always be prepared for a return value of None.

decompress() accepts a string and a size in which the uncompressed result must fit. If the uncompressed version doesn’t fit in the specified size then the function returns None.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-lzf-0.2.4.tar.gz (9.3 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page