How to Install and Uninstall python312-sseclient Package on openSuSE Tumbleweed

Last updated: June 24,2024

1. Install "python312-sseclient" package

Here is a brief guide to show you how to install python312-sseclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sseclient

2. Uninstall "python312-sseclient" package

Please follow the step by step instructions below to uninstall python312-sseclient on openSuSE Tumbleweed:

$ sudo zypper remove python312-sseclient

3. Information about the python312-sseclient package on openSuSE Tumbleweed

Information for package python312-sseclient:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sseclient
Version : 0.0.27-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 29.8 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.