Install python3-zeep by entering the following commands in the terminal:
sudo apt update sudo apt install python3-zeep
Description:
Modern SOAP client library (Python 3)
A fast and modern Python SOAP client . Highlights: * Modern codebase compatible with Python 2.7, 3.3, 3.4, 3.5 and PyPy * Build on top of lxml and requests * Supports recursive WSDL and XSD documents. * Supports the xsd:choice and xsd:any elements. * Uses the defusedxml module for handling potential XML security issues * Support for WSSE (UsernameToken only for now) * Experimental support for HTTP bindings * Experimental support for WS-Addressing headers * Experimental support for asyncio via aiohttp (Python 3.5+) . Features still in development include: * WSSE x.509 support (BinarySecurityToken) * WS Policy support . Please see for more information the documentation at http://docs.python-zeep.org/ . This package is targeting Python version 3.
Homepage: https://github.com/mvantellingen/python-zeep
Version: 2.5.0-1
Section: universe/python