A small package to convert html file to entities
Project description
html-entities
a python lib to encode a whole html src code into entities
about
have you ever wondered how to convert a whole html script to entities and yeah still everything works so fine? yes, this small module will help you to achieve your needs.
before using the script. please consider reading rules section to provide successful convertion from ASCII to entities.
requirements
- python 3.x
- bs4 (Beautiful Soup 4)
usage
from htmltools.entities import Encrypter,EncryptionHardOne
html = "some html here"
encryptContentOnly = Enctypter(html)
html = encryptContentOnly.encodingLetter()
encryptWholeScript = EncryptionHardOne(html)
html = encryptWholeScript.encodingLetterX()
rules
before encoding the whole letter, please follow the next rules i setted myself:
- remove any unnecessary #, it breaks the encryption, for example: href="#".
- consider removing <style> Content </style> and add it after encryption to make the encryption works.
- always use base64 or email-embedded images instead of urls.
- if an image doesnt work when embedded to base64, please remove it from source code then add it later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
htmltools-hcn1z1-0.0.2.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for htmltools_hcn1z1-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b22526318df3e5c999be223ed412543eb709b120f4849208863810a6570d4c1 |
|
MD5 | 92a195f444d9a6ed03085a9ff7a231db |
|
BLAKE2b-256 | 1bfd70960e79ef74815bba9a7c53317ebde0f9677f804b1a67bb90eace6e8048 |