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

python soap soap-client wsdl

Last synced: about 1 month ago

Repository metadata:

A Python SOAP client


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 1,421
Total Committers: 154
Avg Commits per committer: 9.227
Development Distribution Score (DDS): 0.225

Commits in past year: 27
Committers in past year: 6
Avg Commits per committer in past year: 4.5
Development Distribution Score (DDS) in past year: 0.296

Name Email Commits
Michael van Tellingen m****l@m****l 1101
Michael van Tellingen m****n@l****l 37
Michael van Tellingen m****n@g****m 23
Kateryna Burda k****a@a****m 21
vashek v****b@g****m 7
Diederik van der Boor v****r@e****l 6
Florian Apolloner f****n@a****u 6
Hugo van Kemenade h****k 6
Doug Addy d****0@i****k 5
Priit Laes p****s@p****m 5
gopackgo90 c****n@l****m 5
jaceksnet j****s@g****m 5
Tomasz Kłoczko k****k@g****m 3
Vasco Henriques v****s@r****m 3
nofalx n****d@o****m 3
yapith-suplari y****h@s****m 3
Tomas Pazderka t****a@n****z 3
Mate Lakat m****t@m****u 3
Evan Hein e****n@g****m 3
Dan Krause d****n@d****t 3
Andrew Serong a****g@a****u 3
Alexey Stepanov p****g@g****m 3
Arjan Keeman a****n 2
Sam Denton s****e@g****m 2
Nicolas Evrard n****e@o****g 2
Petr Messner p****r@g****m 2
Priit Laes p****s@p****g 2
Shlomi Shalem s****m@c****m 2
Tim Richardson t****m@g****u 2
Vishu i****6@g****m 2
and 124 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

pypi: zeep

A Python SOAP client

  • Homepage:
  • Documentation: https://docs.python-zeep.org
  • Licenses: MIT
  • Latest release: 4.2.1 (published about 2 years ago)
  • Last Synced: 2024-11-11T00:05:49.291Z (about 1 month ago)
  • Versions: 67
  • Dependent Packages: 180
  • Dependent Repositories: 1,553
  • Downloads: 16,035,661 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)
conda: 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 about 2 years ago)
  • Last Synced: 2024-10-29T18:13:59.115Z (about 2 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%
conda: 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.1.0 (published about 2 years ago)
  • Last Synced: 2024-10-29T18:13:31.510Z (about 2 months ago)
  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Rankings:
    • Forks count: 14.321%
    • Stargazers count: 18.495%
    • Average: 27.003%
    • Dependent packages count: 30.652%
    • Dependent repos count: 44.546%

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
setup.py pypi
  • attrs >=17.2.0
  • cached-property >=1.3.0
  • isodate >=0.5.4
  • lxml >=4.6.0
  • platformdirs >=1.4.0
  • pytz *
  • requests >=2.7.0
  • requests-file >=1.5.1
  • requests-toolbelt >=0.7.1