How to Install and Uninstall python3-wsme Package on Kali Linux

Last updated: October 06,2024

1. Install "python3-wsme" package

Please follow the step by step instructions below to install python3-wsme on Kali Linux

$ sudo apt update $ sudo apt install python3-wsme

2. Uninstall "python3-wsme" package

This guide let you learn how to uninstall python3-wsme on Kali Linux:

$ sudo apt remove python3-wsme $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-wsme package on Kali Linux

Package: python3-wsme
Source: python-wsme
Version: 0.11.0-5
Installed-Size: 257
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-jinja2, python3-netaddr, python3-pkg-resources, python3-simplegeneric, python3-simplejson, python3-tz, python3-webob, python3:any
Size: 43800
SHA256: c2ac5f090e2009e6c000589c62a604aeaaed7471657911205983610c16d773c1
SHA1: 73dc98272ef2a8e52ad2509c7d9e6eb20722e185
MD5sum: 639c1c0b6c7f5f6ea3d817fe1e6e1441
Description: Web Services Made Easy: implement multi-protocol webservices - Python 3.x
Web Service Made Easy (WSME) simplify the writing of REST web services by
providing simple yet powerful typing which removes the need to directly
manipulate the request and the response objects.
.
WSME can work standalone or on top of your favorite Python web (micro)
framework, so you can use both your preferred way of routing your REST requests
and most of the features of WSME that rely on the typing system like:
.
* Alternate protocols, including ones supporting batch-calls
* Easy documentation through a Sphinx extension
.
WSME is originally a rewrite of TGWebServices with focus on extensibility,
framework-independance and better type handling.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://opendev.org/x/wsme
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-wsme/python3-wsme_0.11.0-5_all.deb