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.1.3.tar.gz
(2.6 kB
view details)
Built Distribution
pimht-0.1.3-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file pimht-0.1.3.tar.gz
.
File metadata
- Download URL: pimht-0.1.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be00336626bc08281b93f623f19f2cc3cfe7683c2317b7acdb18654d34d77424 |
|
MD5 | 0507dd4f4be6d1169a83f12e4a772859 |
|
BLAKE2b-256 | 0d4fd01d4d3058dc4a2b1dacf40c2db3a94d058d15d3efef42f1df192cf25fc6 |
File details
Details for the file pimht-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pimht-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.0 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 | 2e2587df12ea3cd50f5e5aa44a60f2c84c911682fcfe9801a6ce1e314386f432 |
|
MD5 | e9160abdfe77a93e09da1c777db39edc |
|
BLAKE2b-256 | 36850cbb9fa5611d3be28ede6a3059a4b57cfcd08260ad1d25c03173c78f4c58 |