achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
153 stars 11 forks source link

Are the notes at the top of README.md still accurate? #66

Open mindshoot opened 10 months ago

mindshoot commented 10 months ago

At the top of the README.md file it says:

NOTE: This project is under early stage of development. The public APIs may break version by version. ... trio: An alternative implementation of asynchronous IO stack for Python, with focus on cancellation scopes and task groups called "nursery".

Am I right in thinking that this project is now pretty mature and stable? And with task groups now in asyncio for python 3.11, where do you see things standing on the trio / asyncio debate?

Thanks! Tim