{ "info": { "author": "Leonardo orozco", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "* Usage::\r\n\r\n from html_minifier.minify import Minifier\r\n\r\n minifier = Minifier(html)\r\n html = minifier.minify()\r\n\r\n* for a reuse is better::\r\n\r\n\r\n from html_minifier.minify import Minifier\r\n\r\n minifier = Minifier()\r\n\r\n for i in range(100):\r\n minifier.html = html\r\n html = minifier.minify()", "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/Kaumer/html-minifier", "keywords": "html, minifier", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "html-minifier", "package_url": "https://pypi.org/project/html-minifier/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/html-minifier/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Kaumer/html-minifier" }, "release_url": "https://pypi.org/project/html-minifier/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "a module for minify html", "version": "0.0.4" }, "last_serial": 1506752, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "cde0d98fe6c2edc6424e0abd80f5fe63", "sha256": "8b79a0deaa555c0497b9cbc99a74923da5b8c63cb642589c33ee1cdfac201e85" }, "downloads": -1, "filename": "html_minifier-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cde0d98fe6c2edc6424e0abd80f5fe63", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3601, "upload_time": "2015-04-15T18:50:03", "url": "https://files.pythonhosted.org/packages/46/2f/63800953e8810673261607fd46b19ce452a7bef7efca7f719e40798aac38/html_minifier-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7cb11e5e89d5e50181c21cb59d8d2da", "sha256": "f1df2a11f8186e289e1467a2201096bfb6353b7018306ad21b306adfda461727" }, "downloads": -1, "filename": "html-minifier-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c7cb11e5e89d5e50181c21cb59d8d2da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1972, "upload_time": "2015-04-15T18:48:49", "url": "https://files.pythonhosted.org/packages/f0/9c/0c8ae31cd04cfcce1df366c5d062a4135d174b8c6456c0246607e7597905/html-minifier-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cde0d98fe6c2edc6424e0abd80f5fe63", "sha256": "8b79a0deaa555c0497b9cbc99a74923da5b8c63cb642589c33ee1cdfac201e85" }, "downloads": -1, "filename": "html_minifier-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cde0d98fe6c2edc6424e0abd80f5fe63", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3601, "upload_time": "2015-04-15T18:50:03", "url": "https://files.pythonhosted.org/packages/46/2f/63800953e8810673261607fd46b19ce452a7bef7efca7f719e40798aac38/html_minifier-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7cb11e5e89d5e50181c21cb59d8d2da", "sha256": "f1df2a11f8186e289e1467a2201096bfb6353b7018306ad21b306adfda461727" }, "downloads": -1, "filename": "html-minifier-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c7cb11e5e89d5e50181c21cb59d8d2da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1972, "upload_time": "2015-04-15T18:48:49", "url": "https://files.pythonhosted.org/packages/f0/9c/0c8ae31cd04cfcce1df366c5d062a4135d174b8c6456c0246607e7597905/html-minifier-0.0.4.tar.gz" } ] }