Skip to main content

A tool to inline CSS files into HTML.

Project description

HTML utils

Removing Comments from files

Comments are not being removed when:

  • there is a " or a ' in the same line.
  • there is a [finalComment] in the Comment. All other Comments are removed.

Usage

file_model.removeComments(<SinglelineComments>,<MultilineCommentStart>,<MultilineCommentEnd>)
jsFile.removeComments("//", "/*", "*/")

Uglify

Uglify removes all the \n

Usage

file_model.uglify()

Change images to base64

Replaces the source in <img>-Tags with the Base64 String of the image. Accepted image types are:

  • bmp
  • gif
  • jpeg
  • png
  • svg

Usage

file_model.imagesToBase64()

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_utils_becothal-1.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

html_utils_becothal-1.3-py3-none-any.whl (5.7 kB view hashes)

Uploaded 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