mvantellingen/python-zeep
A Python SOAP client observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 88
- Release rhythm 57
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 276
- age_days: 3853
- days_rel: 76
- days_push: 76
- n_releases_24m: 4
Adoption not part of the score
2007 stars · 608 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zeep is a Python SOAP client built on lxml, requests, and httpx. It parses WSDL documents and supports SOAP 1.1/1.2, WS-Addressing, WSSE security, and asyncio via httpx.
Use cases
- call a SOAP web service from Python
- consume a WSDL endpoint
- sign SOAP requests with WSSE x.509
- inspect a WSDL file from the command line
- make async SOAP requests with httpx
- integrate with legacy enterprise SOAP APIs
When to choose
- you need to talk to a SOAP/WSDL service from Python
- you need WS-Addressing or WSSE security headers
- you want a mature, stable SOAP client with asyncio support
When to avoid
- your API is REST or GraphQL, not SOAP
- you need a client for a fast-moving spec with frequent updates
- you cannot install lxml C dependencies
Facets
library · maturity stable
http-client serialization parser apis web-development developer-tools python cross-platform soap wsdl xml ws-security asyncio
1 source
- readme: https://github.com/mvantellingen/python-zeep · fetched 2026-08-28 · 29d8eb26c4e7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mvantellingen/python-zeep | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="mvantellingen/python-zeep")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem