From njs at pobox.com Fri Mar 10 22:07:23 2017 From: njs at pobox.com (Nathaniel Smith) Date: Fri, 10 Mar 2017 19:07:23 -0800 Subject: [Async-sig] Trio: async I/O for humans and snake people Message-ID: 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 From brett at python.org Mon Mar 13 14:04:08 2017 From: brett at python.org (Brett Cannon) Date: Mon, 13 Mar 2017 18:04:08 +0000 Subject: [Async-sig] Trio: async I/O for humans and snake people In-Reply-To: References: Message-ID: 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 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 at python.org > https://mail.python.org/mailman/listinfo/async-sig > Code of Conduct: https://www.python.org/psf/codeofconduct/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From njs at pobox.com Wed Mar 15 21:21:50 2017 From: njs at pobox.com (Nathaniel Smith) Date: Wed, 15 Mar 2017 18:21:50 -0700 Subject: [Async-sig] Trio: async I/O for humans and snake people In-Reply-To: References: Message-ID: On Mar 13, 2017 11:04, "Brett Cannon" 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: