Zeep: Python SOAP client — Zeep 4.1.0 documentation
https://docs.python-zeep.orgZeep is a pure-python module. This means that there is no C code which needs to be compiled. However the lxml dependency does contain C code since it uses libxml2 and libxslt. For linux/bsd this means you need to install libxml2-dev and libxslt-dev packages. For Windows this is unfortunately a bit more complicated.
zeep · PyPI
https://pypi.org/project/zeep15.08.2021 · pip install zeep Note that the latest version to support Python 2.7, 3.3, 3.4 and 3.5 is Zeep 3.4, install via pip install zeep==3.4.0 Zeep uses the lxml library for parsing xml. See https://lxml.de/installation.html for the installation requirements. Usage