Skip to content

Cue/htmltotext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmltotext
==========

This project is forked from

http://code.google.com/p/flaxcode/wiki/HtmlToText

and fixes several performance bugs when dealing with large documents.

----------

To install:

python setup.py install

To test:

python eggsetup.py test

To use:

>>> import htmltotext
>>> page = htmltotext.extract('some HTML')