Parser for mhtml files
Project description
pimht
Python mhtml parser
Installation
$ pip install pimht
Example
import pimht
mhtml = pimht.from_filename("test.mhtml")
for part in mhtml:
print(part)
Performance
The chardet module, used by default, is slow. Performance can be improved by also installing cchardet with:
$ pip install pimht[speedups]
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
pimht-0.2.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pimht-0.2.0-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file pimht-0.2.0.tar.gz.
File metadata
- Download URL: pimht-0.2.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b8cbf76e5fec106a0f4334d3a3f5f8ddaeaeffa97230a1e1e55e173754bf951
|
|
| MD5 |
d6cad3853d0d6dd05af293a17a426549
|
|
| BLAKE2b-256 |
4c3cc5cdebd09a6f31a782778d3e621b2da8150ba7bef80b4bf50765ad03e950
|
File details
Details for the file pimht-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pimht-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8201ebbbd02236e9f5f26e8da6dc596adefc68f16b308e8f699ce43e9110257
|
|
| MD5 |
0e9283976022d2cf5d4f07ca04cde896
|
|
| BLAKE2b-256 |
a7d9b4fddda71af7217ead31d8e7aab69c6e60da9fe6d1a1195e7fd20c3c3ee5
|