File: control

package info (click to toggle)
python-httpx-sse 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 478; makefile: 31; sh: 17
file content (40 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-httpx-sse
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
Build-Depends-Indep:
 pybuild-plugin-pyproject,
 python3-httpx <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sse-starlette <!nocheck>,
 python3-starlette <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/florimondmanca/httpx-sse
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-httpx-sse
Vcs-Git: https://salsa.debian.org/python-team/packages/python-httpx-sse.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-httpx-sse
Architecture: all
Depends:
 python3-httpx,
 ${misc:Depends},
 ${python3:Depends},
Description: Consume Server-Sent Event (SSE) messages with HTTPX (Python 3)
 HTTPX-SSE simplifies the consumption of Server-Sent Events (SSE) in Python
 applications using the HTTPX library.
 .
 It provides convenient helpers for synchronous and asynchronous SSE
 connections with customizable retry and reconnection mechanisms.
 .
 This package installs the library for Python 3.