From e3fa8c5371c346141b12f83139617397a973810d Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Thu, 13 Aug 2015 21:23:21 +0000 Subject: Weblib provides tools to solve typical tasks in web scraping: * processing HTML * handling text encodings * controling repeating and parallel tasks * parsing RSS/ATOM feeds * preparing data for HTTP requests * working with DOM tree * working with text and numeral data * list of common user agents * cross-platform file locking * operations with files and directories WWW: https://pypi.python.org/pypi/weblib --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 8e66bd317eb1..b83f5e875b38 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4272,6 +4272,7 @@ SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog SUBDIR += py-wcwidth + SUBDIR += py-weblib SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools -- cgit v1.2.3