Skip to main content

A library for converting HTML to plain text.

Project description

August - a html-to-text converter

August is an html to text converter specifically intended for producing text versions of HTML emails. The main code is all written in Rust, this packages is includes python bindings.

Getting Started

Install using PIP

$ pip3 install august

Then, import it and run convert

import august

html = '<p>I\'m <em>so</em> excited to try this</p>'
print(august.convert(html, width=20))

which prints

I'm /so/ excited to
try this

Alternatives

  • html2text: Coverts HTML into markdown, and supports a bazillion options. It's a great project if you want to produce markdown; but markdown, because it's designed to be turned into HTML, has a little more noise than is strictly necessary, and the header formatting is pretty unclear.
  • html-to-text: Converts HTML to text. Javascript/node project.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

august-2.0.1-cp37-cp37m-manylinux1_x86_64.whl (998.7 kB view hashes)

Uploaded CPython 3.7m

august-2.0.1-cp36-cp36m-manylinux1_x86_64.whl (998.7 kB view hashes)

Uploaded CPython 3.6m

august-2.0.1-cp35-cp35m-manylinux1_x86_64.whl (998.7 kB view hashes)

Uploaded CPython 3.5m

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