aiohttp-sse-client2_0.3.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 05 Oct 2025 21:18:26 +0100 |
Source: | aiohttp-sse-client2 |
Binary: | python3-aiohttp-sse-client2 |
Architecture: | source all |
Version: | 0.3.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Changed-By: | Edward Betts <edward@4angle.com> |
Description: | python3-aiohttp-sse-client2 - Async client for receiving Server-Sent Events streams over HTTP |
Closes: | 1117456 |
Changes: | aiohttp-sse-client2 (0.3.0-1) unstable; urgency=medium * Initial release. (Closes: #1117456) |
Files: | 23c6ae69ccb2731dc66d42aaa60bbd5d 2238 python optional aiohttp-sse-client2_0.3.0-1.dsc 21a99c46b40d39fe93da7b315e3fad41 16006 python optional aiohttp-sse-client2_0.3.0.orig.tar.gz ef9ddf587128abbc8fe6c5a26173387d 2956 python optional aiohttp-sse-client2_0.3.0-1.debian.tar.xz 6d76f1d9d91bc31c1b2996e8a449cccc 7576 python optional aiohttp-sse-client2_0.3.0-1_amd64.buildinfo f8708d144812bc97898d871646f879a4 32244 python optional python3-aiohttp-sse-client2_0.3.0-1_all.deb |
aiohttp-sse-client2_0.3.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | aiohttp-sse-client2 |
Binary: | python3-aiohttp-sse-client2 |
Architecture: | all |
Version: | 0.3.0-1 |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Uploaders: | Edward Betts <edward@4angle.com>, |
Homepage: | https://github.com/JelleZijlstra/aiohttp-sse-client2 |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/homeassistant-team/deps/aiohttp-sse-client2 |
Vcs-Git: | https://salsa.debian.org/homeassistant-team/deps/aiohttp-sse-client2.git |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, dh-sequence-sphinxdoc<!nodoc>, pybuild-plugin-pyproject, python3-all, python3-setuptools |
Build-Depends-Indep: | python3-sphinx<!nodoc> |
Package-List: | python3-aiohttp-sse-client2 deb python optional arch=all |
Files: | 21a99c46b40d39fe93da7b315e3fad41 16006 aiohttp-sse-client2_0.3.0.orig.tar.gz ef9ddf587128abbc8fe6c5a26173387d 2956 aiohttp-sse-client2_0.3.0-1.debian.tar.xz |
README.source for aiohttp-sse-client2_0.3.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for python3-aiohttp-sse-client2_0.3.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-aiohttp-sse-client2 |
Source: | aiohttp-sse-client2 |
Version: | 0.3.0-1 |
Architecture: | all |
Maintainer: | Home Assistant Team <team+homeassistant@tracker.debian.org> |
Installed-Size: | 173 |
Depends: | python3-aiohttp, python3-attr, python3-multidict, python3-yarl, python3:any, libjs-sphinxdoc (>=8.2) |
Built-Using: | alabaster (= 0.7.16-0.1), sphinx (= 8.2.3-7) |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/JelleZijlstra/aiohttp-sse-client2 |
Description: | Async client for receiving Server-Sent Events streams over HTTP This library enables applications to connect to HTTP endpoints that provide Server-Sent Events (SSE) and to listen for real-time event streams in an asynchronous, non-blocking manner. It maintains a persistent connection to the remote SSE server, automatically handling reconnections in cases of network interruptions or dropped connections. Incoming event messages are parsed according to the SSE protocol specification, making it possible to process update notifications, messages, or status changes as soon as they are published by the server. This is useful for consuming live data feeds from web servers or public APIs, such as news updates or monitoring information. The library provides tools for error handling, including exposing server response bodies when a connection cannot be established or returns an unexpected status code. Communication occurs over standard HTTP, and connections can be established securely depending on the endpoint's configuration. |
contents of python3-aiohttp-sse-client2_0.3.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-10-05 20:18 ./ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/lib/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2/ -rw-r--r-- root/root 149 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2/__init__.py -rw-r--r-- root/root 11772 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2/client.py drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2-0.3.0.dist-info/ -rw-r--r-- root/root 7 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2-0.3.0.dist-info/INSTALLER -rw-r--r-- root/root 4053 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2-0.3.0.dist-info/METADATA -rw-r--r-- root/root 109 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2-0.3.0.dist-info/WHEEL -rw-r--r-- root/root 20 2025-10-05 20:18 ./usr/lib/python3/dist-packages/aiohttp_sse_client2-0.3.0.dist-info/top_level.txt drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/ -rw-r--r-- root/root 1872 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/README.rst -rw-r--r-- root/root 165 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/changelog.Debian.gz -rw-r--r-- root/root 484 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/changelog.gz -rw-r--r-- root/root 1121 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/copyright drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/ drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/ -rw-r--r-- root/root 28 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/authors.rst.txt -rw-r--r-- root/root 33 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/contributing.rst.txt -rw-r--r-- root/root 28 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/history.rst.txt -rw-r--r-- root/root 321 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/index.rst.txt -rw-r--r-- root/root 1166 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/installation.rst.txt -rw-r--r-- root/root 27 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/readme.rst.txt -rw-r--r-- root/root 278 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/references.rst.txt -rw-r--r-- root/root 398 2023-02-07 11:19 ./usr/share/doc/python3-aiohttp-sse-client2/html/_sources/usage.rst.txt drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/ -rw-r--r-- root/root 11143 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/alabaster.css -rw-r--r-- root/root 14687 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/basic.css -rw-r--r-- root/root 42 2024-05-25 18:17 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/custom.css -rw-r--r-- root/root 328 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/documentation_options.js -rw-r--r-- root/root 286 2025-10-01 18:15 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/file.png -rw-r--r-- root/root 7791 2024-05-25 18:17 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/forkme_right_darkblue_121621.png -rw-r--r-- root/root 90 2025-10-01 18:15 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/minus.png -rw-r--r-- root/root 90 2025-10-01 18:15 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/plus.png -rw-r--r-- root/root 4929 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/pygments.css -rw-r--r-- root/root 4728 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/authors.html -rw-r--r-- root/root 11581 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/contributing.html -rw-r--r-- root/root 3325 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/genindex.html -rw-r--r-- root/root 6805 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/history.html -rw-r--r-- root/root 7822 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/index.html -rw-r--r-- root/root 6120 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/installation.html -rw-r--r-- root/root 375 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/objects.inv -rw-r--r-- root/root 7689 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/readme.html -rw-r--r-- root/root 4421 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/references.html -rw-r--r-- root/root 3644 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/search.html -rw-r--r-- root/root 6592 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/searchindex.js -rw-r--r-- root/root 5083 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/usage.html drwxr-xr-x root/root 0 2025-10-05 20:18 ./usr/share/doc-base/ -rw-r--r-- root/root 271 2025-10-05 20:18 ./usr/share/doc-base/python3-aiohttp-sse-client2.aiohttp-sse-client2 lrwxrwxrwx root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/doctools.js -> ../../../../javascript/sphinxdoc/1.0/doctools.js lrwxrwxrwx root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/language_data.js -> ../../../../javascript/sphinxdoc/1.0/language_data.js lrwxrwxrwx root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/searchtools.js -> ../../../../javascript/sphinxdoc/1.0/searchtools.js lrwxrwxrwx root/root 0 2025-10-05 20:18 ./usr/share/doc/python3-aiohttp-sse-client2/html/_static/sphinx_highlight.js -> ../../../../javascript/sphinxdoc/1.0/sphinx_highlight.js |
copyright of python3-aiohttp-sse-client2_0.3.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aiohttp-sse-client2 Upstream-Contact: Jason Hu <awaregit@gmail.com> Source: https://github.com/JelleZijlstra/aiohttp-sse-client2 Files: * Copyright: 2018, Jason Hu License: Apache-2.0 Files: docs/conf.py Copyright: 2018-2020, Jason Hu License: Apache-2.0 Files: debian/* Copyright: 2025 Edward Betts <edward@4angle.com> License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0 file. |
Timestamp: 06.10.2025 / 11:02:37 (UTC)