Mr Gasc: I have written (actually adapted) several libraries for asyncio, all under the 'yieldfrom' namespace:
yieldfrom.httplib yieldfrom.urllib2 yieldfrom.urllib3 yieldfrom.requests yieldfrom.botocore All of these are on my github page: http://github.com/rdbhost , and most are on pypi as well. Each is a straight adaptation of the non-asyncio library, from the stdlib or pypi, keeping the API as close to the original as practical. I would appreciate you adding each of these to your github asyncio wiki. David On Sat, Jul 18, 2015 at 8:22 AM, Ludovic Gasc <[email protected]> wrote: > Hi, > > Is everybody who has written an AsyncIO library/tool could verify that the > library is present on our toolbox wiki page: > https://github.com/python/asyncio/wiki/ThirdParty ? > > If not, please to send me an e-mail directly. > > FYI, I'll print this page to show it during the EuroPython poster session > the next week. > > Have a nice week-end. >
