== Installation ==

1. Download this package
2. Extract the package bungle
3. Run setup.py install

== Usage ==

Import cutHtmlString function like this

from htmlcutstring import cutHtmlString

Call the cutHrmlString function like this

output = cutHtmlString(htmlstring,10)	

first argument is the htmlstring which you want to cut
second argument is the number of characters which you want to have in the output string.
