From de70d2094465fb106677d1839edcfeafb1ae236e Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sun, 22 Nov 2020 21:47:51 +0400 Subject: [PATCH] Add users to README It turns out our little idea got a bit of traction. --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f1916ca..f3f084e 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,15 @@ unasync Welcome to `unasync `_, a project that can transform your asynchronous code into synchronous code. -*Why are we doing it?* - `urllib3/urllib3#1335 `_ +See https://github.com/urllib3/urllib3/issues/1323 for more details about unasync. +Users +===== + + * The official Elasticsearch Python client: https://github.com/elastic/elasticsearch-py + * Hip, a HTTP client: https://github.com/python-trio/hip + * httpcore, another low-level HTTP client uses a different implementation of the same idea: https://github.com/encode/httpcore + Installation ============