How to Install and Uninstall python3-wsgi-intercept Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-wsgi-intercept" package

This tutorial shows how to install python3-wsgi-intercept on Kali Linux

$ sudo apt update $ sudo apt install python3-wsgi-intercept

2. Uninstall "python3-wsgi-intercept" package

Please follow the steps below to uninstall python3-wsgi-intercept on Kali Linux:

$ sudo apt remove python3-wsgi-intercept $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-wsgi-intercept package on Kali Linux

Package: python3-wsgi-intercept
Source: python-wsgi-intercept
Version: 1.9.3-5
Installed-Size: 105
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-six, python3:any
Size: 18132
SHA256: bdb6b8d901ac07a40003e2773cca09fdfdb3de820eb9a04f6811c9b1bbb6ea37
SHA1: b1dca4895e8abf4add92347a7c07742c34ef4025
MD5sum: e61e04609da7a9efb6506f7ea8d28c4a
Description: installs a WSGI application in place of a real URI for testing (python3)
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.
.
wsgi_intercept works by replacing httplib.HTTPConnection with a subclass,
wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific
server/port combinations into a WSGI application by emulating a socket. If no
intercept is registered for the host and port requested, those requests are
passed on to the standard handler.
.
This package provides a python3 module.
Description-md5:
Homepage: https://github.com/cdent/wsgi-intercept
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-wsgi-intercept/python3-wsgi-intercept_1.9.3-5_all.deb