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.5.tar.gz
(2.7 kB
view details)
Built Distribution
pimht-0.1.5-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file pimht-0.1.5.tar.gz
.
File metadata
- Download URL: pimht-0.1.5.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd528a88f986b1e210f2d9a82c70129609b608da781ed3b42b2a48d2642b4176 |
|
MD5 | a917bb1412c11b30550e3e6df1058def |
|
BLAKE2b-256 | 35514d652333ceb65a7f858baebe1432a4028d5070e9d9e531c088bd57efffa0 |
File details
Details for the file pimht-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: pimht-0.1.5-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 | 3ae0c02d45b5feae4c588ac508e420c826167204cdfc1219c52ec4edf236bb38 |
|
MD5 | eab50a11d7a68b6df85ced2075bdb758 |
|
BLAKE2b-256 | aec860b615d269eea1d4a5b8139919e563935f2deefb0ea0926b7e581f855a6d |