How to Install and Uninstall python3-wsme Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-wsme" package

In this section, we are going to explain the necessary steps to install python3-wsme on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-wsme

2. Uninstall "python3-wsme" package

Please follow the steps below to uninstall python3-wsme on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-wsme package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-wsme
Priority: optional
Section: universe/python
Installed-Size: 365
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-wsme
Version: 0.8.0-2ubuntu2
Depends: python-netaddr (>= 0.7.12), python3-jinja2, python3-simplegeneric, python3-simplejson, python3-six (>= 1.9.0), python3-tz, python3-webob, python3-netaddr, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-wsme/python3-wsme_0.8.0-2ubuntu2_all.deb
Size: 61090
MD5sum: eea1378c357b0b64ab2d75c0ddaf985e
SHA1: 2d3b38d7f765d388856c622367c6b362fb45b594
SHA256: 8b59fc3a8735f9039f1b7a9cbca8929e95f4637a48bf1a4299df7b768b1d93fe
Description-en: 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: 7c30389d9cf142ecf696f4862ad77aee
Homepage: http://pythonhosted.org/WSME/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu