How to Install python-soappy in Ubuntu 18.04



Install python-soappy by entering the following commands in the terminal:

sudo apt update
sudo apt install python-soappy

Description:

SOAP Support for Python

This package contains the SOAPpy Python module, which implements a high- level interface to Simple Object Access Protocol (SOAP) functions from Python. It includes functionality for acting as a SOAP server, client, or proxy, and includes both building and parsing functions. It has been tested against a wide array of other SOAP clients and servers, and is a very robust and well-rounded implementation of the SOAP protocol. . SOAPpy is not actively supported by upstream anymore - please do not consider to use it in new projects! All functions were merged into ZSI, which is available in the python-zsi package, use it instead.

Homepage: https://github.com/kiorky/SOAPpy.git

Version: 0.12.22-1

Section: universe/python