summaryrefslogtreecommitdiff
path: root/python/yarl/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2019-03-13 23:26:56 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:25 +0700
commit11a1af722b4aa08fd1bb5c67524127c562de12ff (patch)
tree4002c612848c90d1a26b44929f820a10c791a7d6 /python/yarl/README
parentd117632796e9bfbdd1cd6fb5b761e37afae3391c (diff)
downloadslackbuilds-11a1af722b4aa08fd1bb5c67524127c562de12ff.tar.gz
python/yarl: Added (Yet another URL library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/yarl/README')
-rw-r--r--python/yarl/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/yarl/README b/python/yarl/README
new file mode 100644
index 0000000000..30ca86a3c1
--- /dev/null
+++ b/python/yarl/README
@@ -0,0 +1,6 @@
+yarl (Yet another URL Library)
+
+The module provides handy URL class for url parsing and changing.
+
+yarl is python3 only. Thus, the dependency idna must be built
+in python3.