Skip to main content

A HTML to plaintext converter.

Project description

A HTML to plaintext converter.

You can find a hosted demo at https://bitmazkdemo.webfactional.com/en/pyplaintext/

Installation

To get the latest stable release from PyPi

pip install pyplaintext

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/pyplaintext.git#egg=pyplaintext

Usage

from pyplaintext import converter
html = '<html><body>Hello world!</body></html>'
parser = converter.HTML2PlainParser()
result = parser.html_to_plain_text(html)

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 pyplaintext
make develop
make test
open htmlcov/index.html

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

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

pyplaintext-0.1.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file pyplaintext-0.1.1.tar.gz.

File metadata

  • Download URL: pyplaintext-0.1.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyplaintext-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2e659139d9dc6626469b393228623432aa41df091540de5abe9988884fa59f99
MD5 52b10ed7a87b65d2f119b7cc6c31a034
BLAKE2b-256 f58969413888c62bcde9617028f3da63dc2b650c30e5df435f226ca0a3aea235

See more details on using hashes here.

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