刘凡 9ff4d1d109 add S3,archive,truncate 2 yıl önce
..
.gitignore 9ff4d1d109 add S3,archive,truncate 2 yıl önce
.travis.yml 9ff4d1d109 add S3,archive,truncate 2 yıl önce
README.md 9ff4d1d109 add S3,archive,truncate 2 yıl önce
htmltruncate.py 9ff4d1d109 add S3,archive,truncate 2 yıl önce
setup.py 9ff4d1d109 add S3,archive,truncate 2 yıl önce
tests.py 9ff4d1d109 add S3,archive,truncate 2 yıl önce

README.md

Build Status

A module to truncate strings containing HTML.

htmltruncate.truncate(str, target_len, ellipsis='')
Returns a copy of str truncated to target_len characters,
preserving HTML markup (which does not count towards the length).
Any tags that would be left open by truncation will be closed at
the end of the returned string.  Optionally append ellipsis if
the string was truncated.