{ "info": { "author": "Travis Parker", "author_email": "travis.parker@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: C", "Topic :: System :: Archiving :: Compression" ], "description": "python-lzf: liblzf python bindings\n\nThis package is just a straight translation of the C api of liblzf to python.\nIt has two functions: compress() and decompress().\n\ncompress() accepts a string to compress and an optional maximum length for the\noutput. If it cannot compress the string down to the requested size is to\nreturn None. The default behavior if no size is explicitly requested is to use\none less than the length of the input, so the caller must always be prepared\nfor a return value of None.\n\ndecompress() accepts a string and a size in which the uncompressed result must\nfit. If the uncompressed version doesn't fit in the specified size then the\nfunction returns None.\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/teepark/python-lzf", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "python-lzf", "package_url": "https://pypi.org/project/python-lzf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-lzf/", "project_urls": { "Homepage": "http://github.com/teepark/python-lzf" }, "release_url": "https://pypi.org/project/python-lzf/0.2.4/", "requires_dist": null, "requires_python": null, "summary": "C Extension for liblzf", "version": "0.2.4" }, "last_serial": 2404871, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "94720c6f9e6760987efeec9cac66e96c", "sha256": "be0a01472ffc4afba7dc08e1686fa36086d9322bbd3710e49891983b21462eec" }, "downloads": -1, "filename": "python-lzf-0.1.tar.gz", "has_sig": false, "md5_digest": "94720c6f9e6760987efeec9cac66e96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30961, "upload_time": "2010-05-15T08:29:11", "url": "https://files.pythonhosted.org/packages/d0/1a/5b64b4e8e4144b2ff30962b7d0933ce4a328e10b491a80469f939ec730b3/python-lzf-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "771c4654b165f1479dfc15d567f22afd", "sha256": "69963d218988b894cc92adc327517db855cf029a90b4544d2e58d7e71e558a60" }, "downloads": -1, "filename": "python-lzf-0.1.1.tar.gz", "has_sig": false, "md5_digest": "771c4654b165f1479dfc15d567f22afd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31314, "upload_time": "2010-05-15T08:51:07", "url": "https://files.pythonhosted.org/packages/cf/b1/674046290b97202e4d9e982d6345b4be891c756e977b28c93b58fa57748a/python-lzf-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e0dabbf2867b1b9d04a6013490c2ef3b", "sha256": "cc9c9efb222cff313c395e8fd28daba5a20c0e6f208ff0ff7bde71e0ba7029c7" }, "downloads": -1, "filename": "python-lzf-0.2.tar.gz", "has_sig": false, "md5_digest": "e0dabbf2867b1b9d04a6013490c2ef3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31490, "upload_time": "2010-06-08T09:10:28", "url": "https://files.pythonhosted.org/packages/31/0d/8498710b964f9ae448df8084eabcd57fbab992239c6d243c8c0dfde088b3/python-lzf-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "08cac7d0cd9b897bae7993491643b374", "sha256": "8ab3b5e6e5ba0a7a6dc5548ae11ee2fcd357007f9de7fd5f4b2a74077e68aaf9" }, "downloads": -1, "filename": "python-lzf-0.2.1.tar.gz", "has_sig": false, "md5_digest": "08cac7d0cd9b897bae7993491643b374", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33577, "upload_time": "2011-05-09T21:08:51", "url": "https://files.pythonhosted.org/packages/87/e4/e6e66f9be60c88dc70e6fb7b75627dbb7c5bd4ae68f69af76bd1edee7e7d/python-lzf-0.2.1.tar.gz" } ], "0.2.2": [], "0.2.3": [ { "comment_text": "", "digests": { "md5": "d977f43fe4ea4776e0db7ec133a12ada", "sha256": "d41b131c0de40580913a4ff043db34cf9331d996c3ab12a355776eef49affcba" }, "downloads": -1, "filename": "python-lzf-0.2.3.tar.gz", "has_sig": false, "md5_digest": "d977f43fe4ea4776e0db7ec133a12ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7756, "upload_time": "2016-10-17T20:05:25", "url": "https://files.pythonhosted.org/packages/5b/1e/d7ea43dc04d5b094908cfe96c2cb28c997979f6c5751df1200048c49b4c0/python-lzf-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "67c2cb310821ead6efa4a0940f5e5737", "sha256": "d1420f1544e612ef1bb41ce0f1d14c2964b3444612f1468f85a886caff3615d1" }, "downloads": -1, "filename": "python-lzf-0.2.4.tar.gz", "has_sig": false, "md5_digest": "67c2cb310821ead6efa4a0940f5e5737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9282, "upload_time": "2016-10-17T20:07:43", "url": "https://files.pythonhosted.org/packages/e3/33/b8f67bbe695ccc39f868ae55378993a7bde1357a0567803a80467c8ce1a4/python-lzf-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67c2cb310821ead6efa4a0940f5e5737", "sha256": "d1420f1544e612ef1bb41ce0f1d14c2964b3444612f1468f85a886caff3615d1" }, "downloads": -1, "filename": "python-lzf-0.2.4.tar.gz", "has_sig": false, "md5_digest": "67c2cb310821ead6efa4a0940f5e5737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9282, "upload_time": "2016-10-17T20:07:43", "url": "https://files.pythonhosted.org/packages/e3/33/b8f67bbe695ccc39f868ae55378993a7bde1357a0567803a80467c8ce1a4/python-lzf-0.2.4.tar.gz" } ] }