Source: sseurl
Section: utils
Priority: optional
Maintainer: boke.app <a@boke.app>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-argparse-manpage,
 python3-hatchling,
 python3-httpx,
 python3-pytest,
 python3-pytest-httpx,
 python3-rich,
 python3-shtab
Standards-Version: 4.7.2

Package: sseurl
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends}
Description: render Server-Sent Events streams for humans
 sseurl is a curl-like command-line viewer for Server-Sent Events
 (text/event-stream) streams. It parses event stream wire output and renders
 OpenAI-style LLM output, gateway job events, and generic JSON payloads in a
 readable terminal format.
 .
 It can read from a URL, a file, or standard input, with curl-style request
 flags for headers, request bodies, methods, timeouts, and TLS verification.
