https://github.com/btbytes/pymhtml
A Python library to encode and decode MHTML files as per RFC 2557
https://github.com/btbytes/pymhtml
Last synced: 11 months ago
JSON representation
A Python library to encode and decode MHTML files as per RFC 2557
- Host: GitHub
- URL: https://github.com/btbytes/pymhtml
- Owner: btbytes
- Created: 2010-01-26T02:19:59.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-26T02:36:28.000Z (about 16 years ago)
- Last Synced: 2025-04-30T22:16:13.979Z (11 months ago)
- Homepage:
- Size: 76.2 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# pyMHTML
A python library to implement [RFC 2557](http://tools.ietf.org/html/rfc2557).
See [Jacob Palme's MHTML page](http://people.dsv.su.se/~jpalme/ietf/mhtml.html) for a summary.
I intend to use these [Test messages](http://people.dsv.su.se/~jpalme/ietf/mhtml-test/mhtml.html) to validate
my implementations along with any other standard test cases that might be present in the RFC itself.
Contact: [pradeep+pymhtml](mailto:pradeep+pymhtml@btbytes.com).