Re: new: net/py-trio-websocket

2024-04-15 Thread Landry Breuil
Le Mon, Apr 15, 2024 at 11:59:47AM +0100, Stuart Henderson a écrit :
> On 2024/04/15 09:33, Stuart Henderson wrote:
> > ---
> > This library implements both server and client aspects of the the
> > WebSocket protocol, striving for safety, correctness, and ergonomics. It
> > is based on the wsproto project, which is a Sans-IO state machine that
> > implements the majority of the WebSocket protocol, including framing,
> > codecs, and events. This library handles I/O using the Trio framework.
> > ---
> > 
> > ok to import?
> 
> oopsy, there are another 2 in the chain of deps, attached.

'pure-Python, bring-your-own-I/O implementation of HTTP/1.1' lovely !

ok too :)



Re: new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
On 2024/04/15 09:33, Stuart Henderson wrote:
> ---
> This library implements both server and client aspects of the the
> WebSocket protocol, striving for safety, correctness, and ergonomics. It
> is based on the wsproto project, which is a Sans-IO state machine that
> implements the majority of the WebSocket protocol, including framing,
> codecs, and events. This library handles I/O using the Trio framework.
> ---
> 
> ok to import?

oopsy, there are another 2 in the chain of deps, attached.



moredeps.tgz
Description: application/tar-gz


new: net/py-trio-websocket

2024-04-15 Thread Stuart Henderson
---
This library implements both server and client aspects of the the
WebSocket protocol, striving for safety, correctness, and ergonomics. It
is based on the wsproto project, which is a Sans-IO state machine that
implements the majority of the WebSocket protocol, including framing,
codecs, and events. This library handles I/O using the Trio framework.
---

ok to import?


py-trio-websocket.tgz
Description: application/tar-gz