aboutsummaryrefslogtreecommitdiff
path: root/python/rfc6555/README
diff options
context:
space:
mode:
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 0000000000000..7a05a56e71cd9
--- /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.