dev-python/python-lzf (benzene-overlay)

Search

Package Information

Description:
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 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.
Homepage:
https://github.com/teepark/python-lzf
License:
MIT

Versions

Version EAPI Keywords Slot
0.2.6 8 ~amd64 ~x86 0

Metadata

Description

Maintainers

Upstream

Raw Metadata XML
<pkgmetadata>
	<maintainer type="person">
		<email>universebenzene@sina.com</email>
		<name>Astro Benzene</name>
	</maintainer>
	<longdescription lang="en">
		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
		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.
	</longdescription>
	<upstream>
		<remote-id type="pypi">python-lzf</remote-id>
		<remote-id type="github">teepark/python-lzf</remote-id>
	</upstream>
</pkgmetadata>

Lint Warnings

Files

Manifest

Type File Size Versions
Unmatched Entries
Type File Size
AUX python-lzf-0.2.6-devendor.patch 483 bytes
DIST python-lzf-0.2.6-test.py 1557 bytes
DIST python_lzf-0.2.6.tar.gz 9776 bytes
EBUILD python-lzf-0.2.6.ebuild 850 bytes
MISC metadata.xml 1068 bytes