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

Last updated: May 19,2024

1. Install "python38-wsgi_intercept" package

Please follow the step by step instructions below to install python38-wsgi_intercept on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-wsgi_intercept

2. Uninstall "python38-wsgi_intercept" package

Please follow the steps below to uninstall python38-wsgi_intercept on openSuSE Tumbleweed:

$ sudo zypper remove python38-wsgi_intercept

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

Information for package python38-wsgi_intercept:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-wsgi_intercept
Version : 1.9.2-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 100,4 KiB
Installed : No
Status : not installed
Source package : python-wsgi_intercept-1.9.2-2.7.src
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.