Trio: async I/O for humans and snake people
Hi all, I'd like to announce the initial release of Trio, a new permissively-licensed async I/O library for Python 3.5+. Blog post with more details: https://vorpus.org/blog/announcing-trio/ Or you can jump straight to the repo: https://github.com/python-trio/trio/ Cheers, -n -- Nathaniel J. Smith -- https://vorpus.org
I assume the name is a reference to the fact that there's now a three-way competition for ultimate async library? :) Great work, BTW! On Fri, 10 Mar 2017 at 19:07 Nathaniel Smith <njs@pobox.com> wrote:
Hi all,
I'd like to announce the initial release of Trio, a new permissively-licensed async I/O library for Python 3.5+.
Blog post with more details: https://vorpus.org/blog/announcing-trio/
Or you can jump straight to the repo: https://github.com/python-trio/trio/
Cheers, -n
-- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ Async-sig mailing list Async-sig@python.org https://mail.python.org/mailman/listinfo/async-sig Code of Conduct: https://www.python.org/psf/codeofconduct/
On Mar 13, 2017 11:04, "Brett Cannon" <brett@python.org> wrote: I assume the name is a reference to the fact that there's now a three-way competition for ultimate async library? :) Eh, there's at least twisted and gevent they it's not really even a competitor to. I came up with some justification for the name about how something like https://youtu.be/1U1wqOzjR94 is a great example of elegantly coordinated concurrency, but of course the real reason is that it's a 4 letter word ending in "io" that wasn't already taken on pypi :-) Great work, BTW! Thanks! -n
participants (2)
-
Brett Cannon -
Nathaniel Smith