Package Details: python-httpx-sse 0.4.3-1

Git Clone URL: https://aur.archlinux.org/python-httpx-sse.git (read-only, click to copy)
Package Base: python-httpx-sse
Description: Consume Server-Sent Event (SSE) messages with HTTPX
Upstream URL: https://github.com/florimondmanca/httpx-sse
Licenses: MIT
Submitter: carsme
Maintainer: envolution
Last Packager: envolution
Votes: 2
Popularity: 0.001031
First Submitted: 2024-01-19 08:32 (UTC)
Last Updated: 2025-10-11 01:42 (UTC)

Latest Comments

simona commented on 2026-02-26 15:23 (UTC)

solved. tnx.

Vernox commented on 2026-02-26 15:12 (UTC)

Missing the python-pathspec dependency.

simona commented on 2026-01-12 12:29 (UTC)

―――――――――――――――――――――――――――――――――――――――――――― ERROR collecting tests/test_asgi.py ―――――――――――――――――――――――――――――――――――――――――――――
ImportError while importing test module '/home/simona/.cache/yay/python-httpx-sse/src/httpx-sse-0.4.3/tests/test_asgi.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_asgi.py:6: in <module>
from sse_starlette.sse import EventSourceResponse
E   ModuleNotFoundError: No module named 'sse_starlette'
collected 58 items / 1 error