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

Last updated: July 01,2024

1. Install "python310-sseclient" package

Please follow the step by step instructions below to install python310-sseclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-sseclient

2. Uninstall "python310-sseclient" package

This guide covers the steps necessary to uninstall python310-sseclient on openSuSE Tumbleweed:

$ sudo zypper remove python310-sseclient

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

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