No project description provided
Project description
Html Universal Identifier
This is an alpha version of an application for identifying a server-side HTML parser.
Example
from hui.identify import Identifier
import requests
def handler(payload):
return requests.get("http://localhost:3005/sanitize",params={"html":payload}).text
a = Identifier(handler=handler)
print(a.identify())
print(a.ALLOWED_TAGS)
Install
pip install hui
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
hui-0.1.1.tar.gz
(8.8 kB
view details)
File details
Details for the file hui-0.1.1.tar.gz.
File metadata
- Download URL: hui-0.1.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1af22fc896d9c6a71dc1aebab47742374f67c0e02c39f9270a9521d77dda207e
|
|
| MD5 |
cf1bfc33ed15d3be65deac83c361defc
|
|
| BLAKE2b-256 |
986e050634a081c99a020fb60bb4ed1f301cf88ab87fdd3745a8c8649960a4e1
|