How to Install and Uninstall python311-sseclient Package on openSuSE Tumbleweed
Last updated: November 18,2024
1. Install "python311-sseclient" package
Please follow the guidance below to install python311-sseclient on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-sseclient
Copied
2. Uninstall "python311-sseclient" package
Please follow the instructions below to uninstall python311-sseclient on openSuSE Tumbleweed:
$
sudo zypper remove
python311-sseclient
Copied
3. Information about the python311-sseclient package on openSuSE Tumbleweed
Information for package python311-sseclient:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sseclient
Version : 0.0.27-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : python-sseclient-0.0.27-2.1.src
Upstream URL : https://github.com/btubbs/sseclient
Summary : Python client library for reading Server Sent Event streams
Description :
This is a Python client library for iterating over http Server Sent Event (SSE)
streams (also known as EventSource, after the name of the Javascript interface
inside browsers). The SSEClient class accepts a url on init, and is then an
iterator over messages coming from the server.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sseclient
Version : 0.0.27-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : python-sseclient-0.0.27-2.1.src
Upstream URL : https://github.com/btubbs/sseclient
Summary : Python client library for reading Server Sent Event streams
Description :
This is a Python client library for iterating over http Server Sent Event (SSE)
streams (also known as EventSource, after the name of the Javascript interface
inside browsers). The SSEClient class accepts a url on init, and is then an
iterator over messages coming from the server.