summaryrefslogtreecommitdiffstats
path: root/python/python-socks/README
diff options
context:
space:
mode:
author Isaac Yu2021-03-06 03:27:21 +0100
committer Willy Sudiarto Raharjo2021-03-06 05:11:56 +0100
commitdb545b568565e67693b52a815b65414edf963569 (patch)
tree0b0b9548bf86fbc4c6239da756f4c70945dfcca2 /python/python-socks/README
parentadd3675b4665f656ddcecf792a021a39766ab6d5 (diff)
downloadslackbuilds-db545b568565e67693b52a815b65414edf963569.tar.gz
python/python-socks: Added (SOCKS proxy connector for aiohttp)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-socks/README')
-rw-r--r--python/python-socks/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-socks/README b/python/python-socks/README
new file mode 100644
index 0000000000..a3334d1007
--- /dev/null
+++ b/python/python-socks/README
@@ -0,0 +1,2 @@
+python-socks provides a core proxy client functionality for Python.
+It is used internally by python3-aiohttp-socks.