# mvantellingen/python-zeep

A Python SOAP client

Repository: https://github.com/mvantellingen/python-zeep
Canonical: https://ross.abutalabs.com/products/python-zeep
Homepage: http://docs.python-zeep.org
Language: Python
License: NOASSERTION
License Family: other
Topics: python, soap, soap-client, wsdl
Last push: 2026-06-18T17:17:17+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 88, release rhythm 57, longevity 100
- inputs: {"age_days": 3853, "days_push": 76, "days_rel": 76, "gap_med": 276, "n_releases_24m": 4}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2007, forks 608 (observed 2026-08-28T04:06:04.756061+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: http-client, serialization, parser
- domain: apis, web-development, developer-tools
- platform: python, cross-platform
- tags: soap, wsdl, xml, ws-security, asyncio

## Member repositories
- mvantellingen/python-zeep (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:04.756061+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:01:25.492553+00:00, confidence not recorded.
  - readme: https://github.com/mvantellingen/python-zeep (fetched 2026-08-28T04:06:04.756061+00:00, sha 29d8eb26c4e7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
