How to Install and Uninstall python3-wsgi_intercept Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-wsgi_intercept" package

Learn how to install python3-wsgi_intercept on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-wsgi_intercept

2. Uninstall "python3-wsgi_intercept" package

In this section, we are going to explain the necessary steps to uninstall python3-wsgi_intercept on openSUSE Leap:

$ sudo zypper remove python3-wsgi_intercept

3. Information about the python3-wsgi_intercept package on openSUSE Leap

Information for package python3-wsgi_intercept:
-----------------------------------------------
Repository : Main Repository
Name : python3-wsgi_intercept
Version : 1.9.2-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 101.8 KiB
Installed : No
Status : not installed
Source package : python-wsgi_intercept-1.9.2-bp155.2.11.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.