Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.19 KB

jusText

You probably want miso-belica's jusText, which is far better maintained than this repository.


Overview

This is a slight patching of the original repository from googlecode.

The original author is Jan Pomikalek, and the site is: code.google.com/p/justext/. However, I was having trouble sending his code unicode directly (it seems it assumes it always gets non-unicode), which wasn't working for my application.

So now I check whether the input is unicode.

Requires:

  • lxml (>=2.2.4)

Installation

To install the package type:

python setup.py install

Or

python setup.py develop

Or

pip install git+https://github.com/chbrown/justext.git

Basic usage:

justext -s English YourPage.html

For usage information see:

justext --help

Alternatives: