From 11a1af722b4aa08fd1bb5c67524127c562de12ff Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 13 Mar 2019 23:26:56 +0700 Subject: python/yarl: Added (Yet another URL library). Signed-off-by: Willy Sudiarto Raharjo --- python/yarl/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/yarl/README (limited to 'python/yarl/README') 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. -- cgit v1.2.3