Skip to main content

a module for minify html

Project description

  • 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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

html-minifier-0.0.4.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

html_minifier-0.0.4-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page