aboutsummaryrefslogtreecommitdiff
path: root/python/rfc6555/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2020-03-28 15:25:17 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-22 09:10:23 +0700
commitd35745de68639ca368fcec018af1d24300b7e996 (patch)
tree627754cca4c1faa51bb592bdba9a3af309af3bd4 /python/rfc6555/README
parentaebed471b06f8055b329d32bca89372b70fbe03d (diff)
python/rfc6555: Added (Happy Eyeballs in Python).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rfc6555/README')
-rw-r--r--python/rfc6555/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/rfc6555/README b/python/rfc6555/README
new file mode 100644
index 0000000000..7a05a56e71
--- /dev/null
+++ b/python/rfc6555/README
@@ -0,0 +1,3 @@
+Python implementation of the Happy Eyeballs Algorithm described in RFC 6555.
+Provided with a single file and dead-simple API to allow easy vendoring and
+integration into other projects.