twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
585 stars 137 forks source link

Use async/await in the readme example #383

Closed twm closed 2 months ago

twm commented 2 months ago

Fixes #382.

twm commented 2 months ago

Thank you for the review @adiroiban!

I would love to have it integrated in twisted/twisted

There are certainly parts of it that could live in twisted/twisted:

Some parts that are iffy:

ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn

Finally there some parts that I'd never put in twisted/twisted:

twm commented 2 months ago

Thanks again Adi!

adiroiban commented 2 months ago

Thanks for the info related to having treq code in twisted/twisted

I think merging parts of treq into twisted/twisted is a better approach.