Zeep: Python SOAP client — Zeep 4.1.0 documentation
docs.python-zeep.orgInstallation¶ Zeep 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: Python SOAP client — Zeep 4.1.0 documentation
https://docs.python-zeep.orgInstallation¶ Zeep 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 · Installation 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 …
Zeep :: Anaconda.org
anaconda.org › conda-forge › zeeposx-64 v2.5.0. win-64 v2.5.0. To install this package with conda run one of the following: conda install -c conda-forge zeep. conda install -c conda-forge/label/cf201901 zeep. conda install -c conda-forge/label/cf202003 zeep.
zeep · PyPI
pypi.org › project › zeepAug 15, 2021 · Installation 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.