Skip to content

Commit

Permalink
Add users to README
Browse files Browse the repository at this point in the history
It turns out our little idea got a bit of traction.
  • Loading branch information
pquentin authored and sethmlarson committed Nov 26, 2020
1 parent b314d89 commit 9b15d0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ unasync

Welcome to `unasync <https://pypi.org/project/unasync/>`_, a project that can transform your asynchronous code into synchronous code.

*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.

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
============

Expand Down

0 comments on commit 9b15d0e

Please sign in to comment.