diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2017-08-18 07:26:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:47 +0700 |
commit | 0f615094d106acfe5ecb6f3fce5d924cc09e5cf7 (patch) | |
tree | 48cb9dbfcb838f0295b4e17f5829aeebd441d7c9 /python/html5-parser/README | |
parent | aa5fbebcd0fca5261dee721a80f8ec8badd6f8fb (diff) |
python/html5-parser: Added (HTML 5 parsing for python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/html5-parser/README')
-rw-r--r-- | python/html5-parser/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/html5-parser/README b/python/html5-parser/README new file mode 100644 index 0000000000000..7c3648de65a8b --- /dev/null +++ b/python/html5-parser/README @@ -0,0 +1,3 @@ +Fast C based HTML 5 parsing for python. + +Optional dependency: python-chardet |