awesome-asyncio icon indicating copy to clipboard operation
awesome-asyncio copied to clipboard

Added `asks` python package to list

Open nicksspirit opened this issue 4 years ago • 5 comments

What is this project?

I am adding asks which is a http async library inspired by requests. It also supports curio and trio.

Why is it awesome?

  • It emulates the tried and true API of requests
  • Compared to aiohttp it is much much more fluid to write async http calls
  • Supports alternatives to asyncio: trio and curio

nicksspirit avatar Nov 05 '19 04:11 nicksspirit

The link is: https://github.com/theelous3/asks

luckydonald avatar Jan 06 '20 17:01 luckydonald

Yeah the link is correct in the commit

nicksspirit avatar Jan 06 '20 18:01 nicksspirit

Yes, now people can also browse the library without needing to dive into your commit diff.

luckydonald avatar Jan 06 '20 18:01 luckydonald

Ohhhh... gotcha!

nicksspirit avatar Jan 06 '20 18:01 nicksspirit

@OdinTech3 there haven't been any upvotes so far. Can you elaborate on why asks is awesome? Maybe also compared to someything like httpx ?

timofurrer avatar Oct 30 '22 17:10 timofurrer