aboutsummaryrefslogtreecommitdiff
path: root/python/cssselect2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2021-01-01 21:33:02 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-02 10:48:26 +0700
commite7e9c8c5cdc9f18790af52c3cc9a49f99fd8c4f4 (patch)
treeb90c798accf4a7aca57436e3b4043bea930d4987 /python/cssselect2/README
parentfe7b6c7aef695982c18784b6d58a8f64693a1884 (diff)
downloadslackbuilds-e7e9c8c5cdc9f18790af52c3cc9a49f99fd8c4f4.tar.xz
python/cssselect2: Added (straightforward implementation of CSS3)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cssselect2/README')
-rw-r--r--python/cssselect2/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/cssselect2/README b/python/cssselect2/README
new file mode 100644
index 000000000000..1d03bffc5b98
--- /dev/null
+++ b/python/cssselect2/README
@@ -0,0 +1,7 @@
+select2 is a straightforward implementation of CSS3 Selectors for markup
+documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
+(including cElementTree, lxml, html5lib, etc.)
+
+OPTIONAL:
+
+python3