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.3.0.tar.gz
(3.9 kB
view details)
Built Distribution
pimht-0.3.0-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file pimht-0.3.0.tar.gz
.
File metadata
- Download URL: pimht-0.3.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1281f24413ea293d4d2da9589f1aabc145073bdab3d9efb53fb6a1ea892c99d |
|
MD5 | f6e4392581938209454709aaca3fcac4 |
|
BLAKE2b-256 | c550d16e467491086fd6d79b20faf0b6e3a3584ddaf761de3f30a583f05e5c7a |
File details
Details for the file pimht-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pimht-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8eedfdcc1a5855c639617a7d144c0e4ad26b169d8855dc74b595719148a6f7b |
|
MD5 | edcb35ba46cfa3bc1f96ffa9959e8797 |
|
BLAKE2b-256 | 12327062d6a7af90bd9ec5e07963413684e988e9056a992e3d82deeb388e3760 |