--- id: zeep version: "4.3.3" license: MIT license_treatment: permissive maintenance: active --- # zeep — A Python SOAP client License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install zeep uv add zeep poetry add zeep ## Description # Zeep: Python SOAP client [![Documentation Status](https://readthedocs.org/projects/python-zeep/badge/?version=latest)](https://readthedocs.org/projects/python-zeep/) [![Python Tests](https://github.com/mvantellingen/python-zeep/workflows/Python%20Tests/badge.svg)](https://github.com/mvantellingen/python-zeep/actions?query=workflow%3A%22Python+Tests%22) [![Coverage](https://codecov.io/gh/mvantellingen/python-zeep/graph/badge.svg?token=zwew4hc8ih)](https://codecov.io/gh/mvantellingen/python-zeep) [![PyPI version](https://img.shields.io/pypi/v/zeep.svg)](https://pypi.python.org/pypi/zeep/) A Python SOAP client ## Highlights: - Compatible with Python 3.10, 3.11, 3.12, 3.13, 3.14 and PyPy3 - Built on top of lxml, requests, and httpx - Support for Soap 1.1, Soap 1.2, and HTTP bindings - Support for WS-Addressing headers - Support for WSSE (UserNameToken / x.509 signing) - Support for asyncio using the httpx module - Experimental support for XOP messages Please see the [documentation](http://docs.python-zeep.org/) for more information. ## Status > [!NOTE] > I consider this library to be stable. Since no new developments happen around the SOAP specification, it won't be updated... ## AI interpretation — verify before relying Zeep is a Python SOAP client that enables communication with SOAP web services, supporting SOAP 1.1 and 1.2 protocols along with WS-Addressing headers, WSSE authentication, and asyncio-based operations. Verdict: Zeep is a stable, actively maintained SOAP client suitable for production use. It has low install friction, a permissive MIT license, no known vulnerabilities, and strong community backing (2007 GitHub stars, top 1000 PyPI package). The primary consideration is ensuring system dependencies for lxml are available. [View on SkillFed](https://skillfed.io/packages/zeep) · [View on PyPI](https://pypi.org/project/zeep/)