We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314d89 commit 9b15d0eCopy full SHA for 9b15d0e
README.rst
@@ -22,8 +22,15 @@ unasync
22
23
Welcome to `unasync <https://pypi.org/project/unasync/>`_, a project that can transform your asynchronous code into synchronous code.
24
25
-*Why are we doing it?* - `urllib3/urllib3#1335 <https://github.com/urllib3/urllib3/pull/1335/>`_
+See https://github.com/urllib3/urllib3/issues/1323 for more details about unasync.
26
27
+Users
28
+=====
29
+
30
+ * The official Elasticsearch Python client: https://github.com/elastic/elasticsearch-py
31
+ * Hip, a HTTP client: https://github.com/python-trio/hip
32
+ * httpcore, another low-level HTTP client uses a different implementation of the same idea: https://github.com/encode/httpcore
33
34
Installation
35
============
36
0 commit comments