Skip to main content

Email to HTML-Soup & Soup-Text

Project description

email-to-soup

Convert Email to HTML-Soup & Soup-Text

Usage

from email_to_soup import soupify_email

email = """ your email here
"""
soup_object = soupify_email(email)
print(soup_object.soup_text)
print(soup_object.html_body)
print(soup_object.html_soup)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

email_to_soup-0.0.10.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

email_to_soup-0.0.10-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page