An open API service for producing an overview of a list of open source projects.

https://github.com/mvantellingen/python-zeep

python soap soap-client wsdl

Score: 33.41209461226612

Last synced: about 10 hours ago
JSON representation

Repository metadata:

A Python SOAP client


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 1,440
Total Committers: 149
Avg Commits per committer: 9.664
Development Distribution Score (DDS): 0.185

Commits in past year: 19
Committers in past year: 5
Avg Commits per committer in past year: 3.8
Development Distribution Score (DDS) in past year: 0.316

Name Email Commits
Michael van Tellingen m****l@m****l 1174
Kateryna Burda k****a@a****m 21
vashek v****b@g****m 7
Priit Laes p****s@p****m 7
Hugo van Kemenade h****k 6
Florian Apolloner f****n@a****u 6
Diederik van der Boor v****r@e****l 6
Doug Addy d****0@i****k 5
jaceksnet j****s@g****m 5
gopackgo90 c****n@l****m 5
Alexey Stepanov p****g@g****m 4
Nick Pope p****i@f****m 3
Arjan Keeman a****n 3
yapith-suplari y****h@s****m 3
Vasco Henriques v****s@r****m 3
Andrew Serong a****g@a****u 3
Dan Krause d****n@d****t 3
Evan Hein e****n@g****m 3
Mate Lakat m****t@m****u 3
Tomas Pazderka t****a@n****z 3
Tomasz Kłoczko k****k@g****m 3
aschollmeier-gcmlp a****r@g****m 3
nofalx n****d@o****m 3
Bruno Duyé b****n@g****m 2
Christian González c****z@n****t 2
Cédric Krier c****d@b****m 2
Diego Alonso Uribe Gamez d****z@g****m 2
Falldog f****g@h****o 2
Øyvind Heddeland Instefjord i****d@o****m 2
mcordes c****w@g****m 2
and 119 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 160
Total pull requests: 129
Average time to close issues: 11 months
Average time to close pull requests: almost 2 years
Total issue authors: 147
Total pull request authors: 89
Average comments per issue: 2.67
Average comments per pull request: 1.53
Merged pull request: 20
Bot issues: 0
Bot pull requests: 0

Past year issues: 11
Past year pull requests: 18
Past year average time to close issues: N/A
Past year average time to close pull requests: 12 days
Past year issue authors: 10
Past year pull request authors: 11
Past year average comments per issue: 0.36
Past year average comments per pull request: 0.39
Past year merged pull request: 3
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/mvantellingen/python-zeep

Top Issue Authors

  • mvantellingen (4)
  • andreabisello (3)
  • decaz (3)
  • fornakter (2)
  • kloczek (2)
  • aleksejs-fomins (2)
  • mouyang (2)
  • JonhSilver (2)
  • YairThuAung (2)
  • nerdoc (1)
  • botev (1)
  • samuel-fonseca (1)
  • arunbansal-cpi (1)
  • AlexandreHGuerra (1)
  • Drev10 (1)

Top Pull Request Authors

  • mvantellingen (5)
  • JuneStepp (3)
  • smilingDima (3)
  • swozny13 (3)
  • rastruja (3)
  • CrafterKolyan (2)
  • whalesalad (2)
  • aschollmeier-gcmlp (2)
  • smorrin28 (2)
  • zachborboacryptofi (2)
  • streambinder (2)
  • mcepl (2)
  • deronnax (2)
  • bozokopic (2)
  • joga84 (2)

Top Issue Labels

  • enhancement (6)
  • bug (3)
  • help wanted (3)
  • requires/more-info (3)
  • requires/feedback (2)
  • requires/example-script (2)
  • component/xsd (2)
  • design-decision-needed (1)

Top Pull Request Labels

  • component/wsse (6)
  • requires/unit-test (6)
  • needs-more-work (4)
  • component/xsd (1)
  • enhancement (1)

Package metadata

pypi.org: zeep

A Python SOAP client

  • Homepage:
  • Documentation: https://docs.python-zeep.org
  • Licenses: MIT
  • Latest release: 4.3.3 (published 2 months ago)
  • Last Synced: 2026-08-23T12:01:55.287Z (1 day ago)
  • Versions: 69
  • Dependent Packages: 180
  • Dependent Repositories: 1,553
  • Downloads: 42,180,163 Last month
  • Docker Downloads: 836,329,588
  • Rankings:
    • Docker downloads count: 0.074%
    • Downloads: 0.088%
    • Dependent packages count: 0.119%
    • Dependent repos count: 0.287%
    • Average: 0.718%
    • Stargazers count: 1.647%
    • Forks count: 2.094%
  • Maintainers (1)
  • Advisories:
conda-forge.org: zeep

Zeep inspects the WSDL document and generates the corresponding code to use the services and types in the document. This provides an easy to use programmatic interface to a SOAP server. The emphasis is on SOAP 1.1 and SOAP 1.2, however Zeep also offers support for HTTP Get and Post bindings. Parsing the XML documents is done by using the lxml library. This is the most performant and compliant Python XML library currently available. This results in major speed benefits when processing large SOAP responses.

  • Homepage: http://www.python-zeep.org
  • Licenses: MIT
  • Latest release: 4.2.0 (published almost 4 years ago)
  • Last Synced: 2026-04-08T09:55:58.456Z (5 months ago)
  • Versions: 12
  • Dependent Packages: 4
  • Dependent Repositories: 4
  • Rankings:
    • Forks count: 6.936%
    • Stargazers count: 9.462%
    • Average: 11.251%
    • Dependent packages count: 12.496%
    • Dependent repos count: 16.109%
anaconda.org: zeep

Zeep inspects the WSDL document and generates the corresponding code to use the services and types in the document. This provides an easy to use programmatic interface to a SOAP server. The emphasis is on SOAP 1.1 and SOAP 1.2, however Zeep also offers support for HTTP Get and Post bindings. Parsing the XML documents is done by using the lxml library. This is the most performant and compliant Python XML library currently available. This results in major speed benefits when processing large SOAP responses.

  • Homepage: https://docs.python-zeep.org
  • Licenses: MIT
  • Latest release: 4.3.3 (published 27 days ago)
  • Last Synced: 2026-07-28T16:05:10.387Z (27 days ago)
  • Versions: 4
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Downloads: 7,768 Total
  • Rankings:
    • Forks count: 14.321%
    • Stargazers count: 18.495%
    • Average: 27.003%
    • Dependent packages count: 30.652%
    • Dependent repos count: 44.546%
ubuntu-20.04: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 3.4.0-1 (published 6 months ago)
  • Last Synced: 2026-03-13T12:26:30.193Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-12: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Documentation: https://packages.debian.org/bookworm/python-zeep
  • Licenses:
  • Latest release: 4.2.1-1 (published 6 months ago)
  • Last Synced: 2026-03-13T14:46:31.652Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.04: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 4.2.1-2ubuntu1 (published 7 months ago)
  • Last Synced: 2026-03-06T12:56:58.018Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-23.10: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 4.2.1-1 (published 6 months ago)
  • Last Synced: 2026-03-13T18:23:34.976Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-22.04: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 4.1.0-1 (published 6 months ago)
  • Last Synced: 2026-03-13T19:47:44.763Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-10: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Documentation: https://packages.debian.org/buster/python-zeep
  • Licenses:
  • Latest release: 3.2.0-1 (published 6 months ago)
  • Last Synced: 2026-03-13T18:07:19.365Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-11: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Documentation: https://packages.debian.org/bullseye/python-zeep
  • Licenses:
  • Latest release: 4.0.0-1 (published 6 months ago)
  • Last Synced: 2026-08-06T22:01:04.539Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-23.04: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 4.2.1-1 (published 6 months ago)
  • Last Synced: 2026-03-12T07:02:13.419Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.10: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Licenses:
  • Latest release: 4.2.1-3 (published 7 months ago)
  • Last Synced: 2026-03-09T14:18:09.478Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-13: python-zeep

  • Homepage: https://github.com/mvantellingen/python-zeep
  • Documentation: https://packages.debian.org/trixie/python-zeep
  • Licenses:
  • Latest release: 4.3.1-2 (published 6 months ago)
  • Last Synced: 2026-03-14T15:32:01.365Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

.github/workflows/python-release.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/python-test.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact master composite
  • actions/setup-python v2 composite
  • actions/upload-artifact master composite
  • codecov/codecov-action v1.0.6 composite
docs/requirements.txt pypi
pyproject.toml pypi
  • attrs >=17.2.0
  • isodate >=0.5.4
  • lxml >=4.6.0
  • platformdirs >=1.4.0
  • requests >=2.7.0
  • requests-file >=1.5.1
  • requests-toolbelt >=0.7.1
uv.lock pypi
  • alabaster 1.0.0
  • anyio 4.14.0
  • attrs 26.1.0
  • babel 2.18.0
  • backports-asyncio-runner 1.2.0
  • certifi 2026.6.17
  • charset-normalizer 3.4.7
  • colorama 0.4.6
  • coverage 7.14.1
  • docutils 0.21.2
  • docutils 0.22.4
  • exceptiongroup 1.3.1
  • freezegun 1.5.1
  • h11 0.16.0
  • httpcore 1.0.9
  • httpx 0.28.1
  • idna 3.18
  • imagesize 2.0.0
  • iniconfig 2.3.0
  • isodate 0.7.2
  • jinja2 3.1.6
  • lxml 6.1.1
  • markupsafe 3.0.3
  • packaging 26.2
  • platformdirs 4.10.0
  • pluggy 1.6.0
  • pretend 1.0.9
  • pygments 2.20.0
  • pytest 9.1.0
  • pytest-asyncio 1.4.0
  • pytest-cov 7.1.0
  • pytest-httpx 0.36.2
  • python-dateutil 2.9.0.post0
  • requests 2.34.2
  • requests-file 3.0.1
  • requests-mock 1.12.1
  • requests-toolbelt 1.0.0
  • roman-numerals 4.1.0
  • ruff 0.15.17
  • six 1.17.0
  • snowballstemmer 3.1.1
  • sphinx 8.1.3
  • sphinx 9.0.4
  • sphinx 9.1.0
  • sphinxcontrib-applehelp 2.0.0
  • sphinxcontrib-devhelp 2.0.0
  • sphinxcontrib-htmlhelp 2.1.0
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 2.0.0
  • sphinxcontrib-serializinghtml 2.0.0
  • tomli 2.4.1
  • typing-extensions 4.15.0
  • urllib3 2.7.0
  • xmlsec 1.3.17
  • zeep 4.3.3