html-minifier


Namehtml-minifier JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Kaumer/html-minifier
Summarya module for minify html
upload_time2015-04-15 18:48:49
maintainer
docs_urlNone
authorLeonardo orozco
requires_pythonNone
licenseUNKNOWN
keywords html minifier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            * Usage::

    from html_minifier.minify import Minifier

    minifier = Minifier(html)
    html = minifier.minify()

* for a reuse is better::


    from html_minifier.minify import Minifier

    minifier = Minifier()

    for i in range(100):
        minifier.html = html
        html = minifier.minify()
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Kaumer/html-minifier",
    "name": "html-minifier",
    "maintainer": "",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "",
    "keywords": "html, minifier",
    "author": "Leonardo orozco",
    "author_email": "UNKNOWN",
    "download_url": "https://files.pythonhosted.org/packages/f0/9c/0c8ae31cd04cfcce1df366c5d062a4135d174b8c6456c0246607e7597905/html-minifier-0.0.4.tar.gz",
    "platform": "UNKNOWN",
    "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()",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "a module for minify html",
    "version": "0.0.4",
    "split_keywords": [
        "html",
        " minifier"
    ],
    "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",
            "upload_time_iso_8601": "2015-04-15T18:50:03.313188Z",
            "url": "https://files.pythonhosted.org/packages/46/2f/63800953e8810673261607fd46b19ce452a7bef7efca7f719e40798aac38/html_minifier-0.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "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",
            "upload_time_iso_8601": "2015-04-15T18:48:49.298855Z",
            "url": "https://files.pythonhosted.org/packages/f0/9c/0c8ae31cd04cfcce1df366c5d062a4135d174b8c6456c0246607e7597905/html-minifier-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-04-15 18:48:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Kaumer",
    "github_project": "html-minifier",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "html-minifier"
}
        
Elapsed time: 0.02423s