{ "info": { "author": "Hackathon", "author_email": "kimi.huang@brightcells.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========\npngquant\n========\n\nPngquant is a command-line utility and a library for lossy compression of PNG images.\n\nAnd This Library Is A Python Wrapper Of Pngquant\n\nInstall Pngquant\n================\n\n* https://pngquant.org/\n\n* [pngquant 2.0 for ubuntu 12.04 not available](http://askubuntu.com/questions/469171/pngquant-2-0-for-ubuntu-12-04-not-available)\n\nInstall Python Wrapper Of Pngquant\n==================================\n\n::\n\n pip install pngquant\n\n\nUsage\n=====\n\n::\n\n import pngquant\n\n pngquant.config('~/pngquant/pngquant')\n pngquant.quant_image('~/pngquant/pngquant/pngquant.png')\n\n\nMethod\n======\n\n::\n\n def config(self, quant_file=None, min_quality=None, max_quality=None, ndeep=None, ndigits=None, tmp_file=None):\n\n def quant_data(self, data=None, dst=None, ndeep=None, ndigits=None, delete=True):\n\n def quant_image(self, image=None, dst=None, ndeep=None, ndigits=None, override=True, delete=True):\n\n def quant_dir(self, dir=None, dst=None, ndeep=None, ndigits=None, override=True, delete=True, topdown=True):\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Brightcells/pngquant", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pngquant", "package_url": "https://pypi.org/project/pngquant/", "platform": "", "project_url": "https://pypi.org/project/pngquant/", "project_urls": { "Homepage": "https://github.com/Brightcells/pngquant" }, "release_url": "https://pypi.org/project/pngquant/1.0.7/", "requires_dist": [ "Pillow" ], "requires_python": "", "summary": "A Python Wrapper of pngquant", "version": "1.0.7" }, "last_serial": 5740480, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "864fd9d463bc1de70399a738075875b4", "sha256": "d60760fb0b820d23a260a0ae93f92b480d2766968d8d1a512571bc88e201ae94" }, "downloads": -1, "filename": "pngquant-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "864fd9d463bc1de70399a738075875b4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6262, "upload_time": "2015-12-04T11:19:26", "url": "https://files.pythonhosted.org/packages/a5/19/d55357dd02dbcba4532589763d7bf7a57ebcec05687aa81f1665b59deff5/pngquant-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "641ee854acc06edf4c14d2216d7300a2", "sha256": "bc35fae6b4226712ea57558ef1c058943173a0a42a36b8df9df5926af8e2dc41" }, "downloads": -1, "filename": "pngquant-1.0.0.tar.gz", "has_sig": false, "md5_digest": "641ee854acc06edf4c14d2216d7300a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3301, "upload_time": "2015-12-04T11:19:18", "url": "https://files.pythonhosted.org/packages/b6/4b/86879eff529eaf895ab051a035259e84b22e21626b147f583526d705d7aa/pngquant-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ab871adecd5a8a494a4b349cea1dff5b", "sha256": "d848e67c6504df2dada52cdda72005a6d6fdf67e6a0e6dc58260c86950929be1" }, "downloads": -1, "filename": "pngquant-1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "ab871adecd5a8a494a4b349cea1dff5b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6884, "upload_time": "2015-12-05T03:19:49", "url": "https://files.pythonhosted.org/packages/7e/fe/eb584c30305578bca6e7215cd962280fbc747c9f36ede430d361680f4c8a/pngquant-1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c11654e9c87cd30375bbb186e90d3eea", "sha256": "e189ec1ee94203a529a24746e3ed20006e5b2b1eec2b63e0898fd88ef52df4a4" }, "downloads": -1, "filename": "pngquant-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c11654e9c87cd30375bbb186e90d3eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3541, "upload_time": "2015-12-05T03:19:43", "url": "https://files.pythonhosted.org/packages/bf/bb/c772ef2f5ddd9f7d26a21f3421e871305b09d1a503e2b08762670607dbe0/pngquant-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a26be4a7d1bc7f7e6ef47c640134d699", "sha256": "5f409ae2018ed6948d407bc8a1864be2a15826138624c0c669cb44abf7553f23" }, "downloads": -1, "filename": "pngquant-1.0.2-py2.7.egg", "has_sig": false, "md5_digest": "a26be4a7d1bc7f7e6ef47c640134d699", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8228, "upload_time": "2015-12-05T19:29:59", "url": "https://files.pythonhosted.org/packages/9d/e8/00d97a694ca81d58f4a5fde4d03dc283307ac557e0b42212f2b14b547aae/pngquant-1.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b827ff68c16e3ce0f23a32d9296e51e5", "sha256": "72b65547f6b6cddfcb48250e570434a0e21c3700363a12c4274d9a9bee726573" }, "downloads": -1, "filename": "pngquant-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b827ff68c16e3ce0f23a32d9296e51e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4304, "upload_time": "2015-12-05T19:29:53", "url": "https://files.pythonhosted.org/packages/6b/c3/96a8bb7e96ce04d3162a77a4003d28739921e9c5fc3c5af1c602a0124f30/pngquant-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "f8bd9131d1b50bbbb9d4ca160afc5c5b", "sha256": "2e05df0fc6727aee79bb0fa3bb25e4ee15a52712e21dcea3fcae889d0fd42794" }, "downloads": -1, "filename": "pngquant-1.0.3-py2.7.egg", "has_sig": false, "md5_digest": "f8bd9131d1b50bbbb9d4ca160afc5c5b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 9052, "upload_time": "2015-12-07T08:18:17", "url": "https://files.pythonhosted.org/packages/95/24/9a64705b56de38e33bc2c7dfea8b79b3791fa6cd95cbd6e4574551585015/pngquant-1.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7aadb3e65ae0baf49f5e053c0659c7c6", "sha256": "9d44518cf6e930ab134d8e10adfcb5e33b96b23f7b700516a97d4ae05e037e0e" }, "downloads": -1, "filename": "pngquant-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7aadb3e65ae0baf49f5e053c0659c7c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4563, "upload_time": "2015-12-07T08:18:04", "url": "https://files.pythonhosted.org/packages/24/ab/38c401d7234239421115296dffc24c7971cc60dcd70b2a35f575da0a2638/pngquant-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "9810706927311d653328e8be8fcb755b", "sha256": "9f933d4bb3123b1ef04ee42cf67ad45f3d6bcbc47350e8404b1eb4520781107f" }, "downloads": -1, "filename": "pngquant-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9810706927311d653328e8be8fcb755b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6622, "upload_time": "2015-12-11T05:57:54", "url": "https://files.pythonhosted.org/packages/2d/b7/a85af69e528ac4480caec05416258a1de24c2f989f6dcaa03f240645df3b/pngquant-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ac169132aebee213dd1460e4990aaa5", "sha256": "afe66328dd2bea55c6ceb4229fd064dfd5518898529a9232f746b6251f7fd1e3" }, "downloads": -1, "filename": "pngquant-1.0.4.tar.gz", "has_sig": false, "md5_digest": "8ac169132aebee213dd1460e4990aaa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4935, "upload_time": "2015-12-11T05:57:41", "url": "https://files.pythonhosted.org/packages/f8/9e/7dd330fc909ccb7373efa21f353e0d78e35a336eef2091bc7523f7795ed7/pngquant-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "3e422513f6e7741969d03f64ea866d7b", "sha256": "68271f49214fd0bed6f46649ebb316e66df2c267672b119bbafad729e5ff40f6" }, "downloads": -1, "filename": "pngquant-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e422513f6e7741969d03f64ea866d7b", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 7318, "upload_time": "2015-12-14T17:03:17", "url": "https://files.pythonhosted.org/packages/04/87/ae053f66433957d40e845dc8a68416cf5c3e0040961d353e2d611b43dee8/pngquant-1.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2427b0d32d36da5e73e5f12a01ed9773", "sha256": "7b888bf7080561ac74b040d64132e010b1485e76854166e9f5ad7075dde6b7bd" }, "downloads": -1, "filename": "pngquant-1.0.5.tar.gz", "has_sig": false, "md5_digest": "2427b0d32d36da5e73e5f12a01ed9773", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5512, "upload_time": "2015-12-14T17:02:57", "url": "https://files.pythonhosted.org/packages/94/78/ce528b8b1de0c5032ed538a235f32c890f6c9430c52a237e78be2921a2af/pngquant-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "35d350b9d9fee9e03978d1bcebd570de", "sha256": "78228dd6c078e714ffa9c5f58b2f9d6019f4f7408190c0ce351ca81724f098f5" }, "downloads": -1, "filename": "pngquant-1.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "35d350b9d9fee9e03978d1bcebd570de", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5675, "upload_time": "2018-06-15T07:45:45", "url": "https://files.pythonhosted.org/packages/a2/5a/1451f35666f2a5ba7ca6d1c1e633fd43761170996edac7e9ed9cc711b437/pngquant-1.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "414476001964b8c349fee87adcd55b61", "sha256": "cd9a3c70cbadd26000fda3dfcec8ead1ffb65158a9ca37d78f11c6a335890ed1" }, "downloads": -1, "filename": "pngquant-1.0.6.tar.gz", "has_sig": false, "md5_digest": "414476001964b8c349fee87adcd55b61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5052, "upload_time": "2018-06-15T07:45:47", "url": "https://files.pythonhosted.org/packages/d6/2b/3dbc11efb0df0a243ef01b410f441854cb7f7c8c667d1c059e62413c85d7/pngquant-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "df4d1797851953c827a51288c4db1553", "sha256": "1bfa5f84ce9907ef8c175fd05809d1e44dacf9c7430523c5c12eb852216dfdc1" }, "downloads": -1, "filename": "pngquant-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "df4d1797851953c827a51288c4db1553", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5735, "upload_time": "2019-08-28T03:19:49", "url": "https://files.pythonhosted.org/packages/d6/91/af2bd975285fe45bd84735ce409aa2fff1fb1b23f2edebbe3957d55246f6/pngquant-1.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebf32bce251d7eabc64e4040c5817191", "sha256": "bea420002537fdeaf3316b0f06d334f61e89d69f04a30e42c08983f2c6016e15" }, "downloads": -1, "filename": "pngquant-1.0.7.tar.gz", "has_sig": false, "md5_digest": "ebf32bce251d7eabc64e4040c5817191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5121, "upload_time": "2019-08-28T03:19:50", "url": "https://files.pythonhosted.org/packages/85/4a/4ae7b47a25382215d64a826df19a7e332aca1782920fd17d5645d9236ae5/pngquant-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df4d1797851953c827a51288c4db1553", "sha256": "1bfa5f84ce9907ef8c175fd05809d1e44dacf9c7430523c5c12eb852216dfdc1" }, "downloads": -1, "filename": "pngquant-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "df4d1797851953c827a51288c4db1553", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5735, "upload_time": "2019-08-28T03:19:49", "url": "https://files.pythonhosted.org/packages/d6/91/af2bd975285fe45bd84735ce409aa2fff1fb1b23f2edebbe3957d55246f6/pngquant-1.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebf32bce251d7eabc64e4040c5817191", "sha256": "bea420002537fdeaf3316b0f06d334f61e89d69f04a30e42c08983f2c6016e15" }, "downloads": -1, "filename": "pngquant-1.0.7.tar.gz", "has_sig": false, "md5_digest": "ebf32bce251d7eabc64e4040c5817191", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5121, "upload_time": "2019-08-28T03:19:50", "url": "https://files.pythonhosted.org/packages/85/4a/4ae7b47a25382215d64a826df19a7e332aca1782920fd17d5645d9236ae5/pngquant-1.0.7.tar.gz" } ] }