[Bug 282427] www/py-httpx-sse: New port: Consume Server-Sent Event (SSE) messages with HTTPX

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Oct 2024 18:23:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282427

Yusuf Yaman <nxjoseph@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nxjoseph@protonmail.com

--- Comment #1 from Yusuf Yaman <nxjoseph@protonmail.com> ---
Created attachment 254648
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254648&action=edit
www/py-httpx-sse.patch

httpx-sse provides an easy way to consume Server-Sent Event (SSE) messages
using
HTTPX. It features synchronous and asynchronous helpers for connecting to SSE
endpoints, allowing for efficient event handling and reconnection strategies.
Ideal for real-time applications, it simplifies the
integration of SSE into Python web projects.

WWW: https://github.com/florimondmanca/httpx-sse

Thanks in advance.

-- 
You are receiving this mail because:
You are the assignee for the bug.