An open API service indexing awesome lists of open source software.

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

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).