How to Install and Uninstall python39-wsgi_intercept Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-wsgi_intercept" package

In this section, we are going to explain the necessary steps to install python39-wsgi_intercept on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-wsgi_intercept

2. Uninstall "python39-wsgi_intercept" package

This is a short guide on how to uninstall python39-wsgi_intercept on openSuSE Tumbleweed:

$ sudo zypper remove python39-wsgi_intercept

3. Information about the python39-wsgi_intercept package on openSuSE Tumbleweed

Information for package python39-wsgi_intercept:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-wsgi_intercept
Version : 1.13.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 81.7 KiB
Installed : No
Status : not installed
Source package : python-wsgi_intercept-1.13.0-1.2.src
Upstream URL : https://github.com/cdent/python3-wsgi-intercept
Summary : Library for installing a WSGI application in place of a real URI for testing
Description :
Testing a WSGI application normally involves starting a server at a local host
and port, then pointing your test code to that address. Instead, this library
lets you intercept calls to any specific host/port combination and redirect
them into a `WSGI application`_ importable by your test program. Thus, you
can avoid spawning multiple processes or threads to test your Web app.