{ "info": { "author": "Pavel Zlatovratsky (Scondo)", "author_email": "scondo@mail.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "pyzopfli\r\n======\r\n\r\nPython bindings to zopfli\r\n\r\nMain public module is pyzopfli.zlib. \r\nIt provides emulation of standard zlib module and can be used \r\nin any application as drop-in replace. \r\nDecompression functions are imported in pyzopfli.zlib from zlib.\r\n\r\n import pyzopfli.zlib as zlib\r\n\r\npyzopfli may be used with gzip or zipfile modules of standard library \r\nby replacing their zlib module attribute in runtime. \r\n\r\n import pyzopfli.zlib as zlib\r\n import zipfile\r\n zipfile.zlib = zlib\r\n\r\nYou also can slightly cheat and control power of compression with \r\n'levit' attribute of pyzopli.zlib module\r\n\r\n import pyzopfli.zlib as zlib\r\n zlib.levit[zlib.Z_DEFAULT_COMPRESSION] = iterations\r\n\r\npyzopfli.zlib passes standard's library unittest with \r\nsame failures as native zlib (few failures are errors of decompressor)\r\nSame for gzip and zipfile modules with replaced zlib.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Scondo/py-zopfli", "keywords": "zlib, deflate, zopfli", "license": "ASL", "maintainer": "", "maintainer_email": "", "name": "pyzopfli", "package_url": "https://pypi.org/project/pyzopfli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyzopfli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Scondo/py-zopfli" }, "release_url": "https://pypi.org/project/pyzopfli/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Zopfli module for python", "version": "0.1.0" }, "last_serial": 842131, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "36eef0bfe79b88b4e5a8df2f971da06f", "sha256": "ba4f75acf9e8fc94c6b0ce6afd63773e4652c509e2a9c8035123958e0e19eb9c" }, "downloads": -1, "filename": "pyzopfli-0.1.0.win32-py2.7.exe", "has_sig": false, "md5_digest": "36eef0bfe79b88b4e5a8df2f971da06f", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 249603, "upload_time": "2013-08-17T10:59:39", "url": "https://files.pythonhosted.org/packages/6f/6b/a4481c86eb13d2172ad881a7e35a25a0b4f78155853effb290dc4130d748/pyzopfli-0.1.0.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "aea9fa5605279192b0acb1994d5a2a7f", "sha256": "09087c7106b5770ccfc35b509f43f64f22d99b415540b64377dd5661c9140140" }, "downloads": -1, "filename": "pyzopfli-0.1.0.zip", "has_sig": false, "md5_digest": "aea9fa5605279192b0acb1994d5a2a7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70680, "upload_time": "2013-08-17T10:59:20", "url": "https://files.pythonhosted.org/packages/1b/f2/7f36941822efc1d8aa38bef1c041924ed0a20d9d322fed243cc57538c4af/pyzopfli-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36eef0bfe79b88b4e5a8df2f971da06f", "sha256": "ba4f75acf9e8fc94c6b0ce6afd63773e4652c509e2a9c8035123958e0e19eb9c" }, "downloads": -1, "filename": "pyzopfli-0.1.0.win32-py2.7.exe", "has_sig": false, "md5_digest": "36eef0bfe79b88b4e5a8df2f971da06f", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 249603, "upload_time": "2013-08-17T10:59:39", "url": "https://files.pythonhosted.org/packages/6f/6b/a4481c86eb13d2172ad881a7e35a25a0b4f78155853effb290dc4130d748/pyzopfli-0.1.0.win32-py2.7.exe" }, { "comment_text": "", "digests": { "md5": "aea9fa5605279192b0acb1994d5a2a7f", "sha256": "09087c7106b5770ccfc35b509f43f64f22d99b415540b64377dd5661c9140140" }, "downloads": -1, "filename": "pyzopfli-0.1.0.zip", "has_sig": false, "md5_digest": "aea9fa5605279192b0acb1994d5a2a7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70680, "upload_time": "2013-08-17T10:59:20", "url": "https://files.pythonhosted.org/packages/1b/f2/7f36941822efc1d8aa38bef1c041924ed0a20d9d322fed243cc57538c4af/pyzopfli-0.1.0.zip" } ] }