{"id":13469362,"url":"https://github.com/mvantellingen/python-zeep","last_synced_at":"2025-05-12T15:35:27.799Z","repository":{"id":4585977,"uuid":"51690353","full_name":"mvantellingen/python-zeep","owner":"mvantellingen","description":"A Python SOAP client","archived":false,"fork":false,"pushed_at":"2024-10-16T05:30:12.000Z","size":2648,"stargazers_count":1930,"open_issues_count":448,"forks_count":601,"subscribers_count":62,"default_branch":"main","last_synced_at":"2025-05-11T14:42:08.279Z","etag":null,"topics":["python","soap","soap-client","wsdl"],"latest_commit_sha":null,"homepage":"http://docs.python-zeep.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvantellingen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mvantellingen"]}},"created_at":"2016-02-14T10:31:07.000Z","updated_at":"2025-05-08T09:34:09.000Z","dependencies_parsed_at":"2023-07-05T17:16:18.062Z","dependency_job_id":"9f1760cd-0fd6-4fc0-b036-5d63ecc580f5","html_url":"https://github.com/mvantellingen/python-zeep","commit_stats":{"total_commits":1421,"total_committers":154,"mean_commits":9.227272727272727,"dds":0.2251935256861365,"last_synced_commit":"41a5115774b1807735dd1ddc6e08a36ca82ce094"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvantellingen%2Fpython-zeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvantellingen%2Fpython-zeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvantellingen%2Fpython-zeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvantellingen%2Fpython-zeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvantellingen","download_url":"https://codeload.github.com/mvantellingen/python-zeep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253766450,"owners_count":21960920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","soap","soap-client","wsdl"],"created_at":"2024-07-31T15:01:35.856Z","updated_at":"2025-05-12T15:35:27.740Z","avatar_url":"https://github.com/mvantellingen.png","language":"Python","readme":"# Zeep: Python SOAP client\n[![Documentation Status](https://readthedocs.org/projects/python-zeep/badge/?version=latest)](https://readthedocs.org/projects/python-zeep/)\n[![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)\n[![Coverage](https://codecov.io/gh/mvantellingen/python-zeep/graph/badge.svg?token=zwew4hc8ih)](https://codecov.io/gh/mvantellingen/python-zeep)\n[![PyPI version](https://img.shields.io/pypi/v/zeep.svg)](https://pypi.python.org/pypi/zeep/)\n\nA Python SOAP client\n\n## Highlights:\n- Compatible with Python 3.9, 3.10, 3.11, 3.12, 3.13 and PyPy3\n- Built on top of lxml, requests, and httpx\n- Support for Soap 1.1, Soap 1.2, and HTTP bindings\n- Support for WS-Addressing headers\n- Support for WSSE (UserNameToken / x.509 signing)\n- Support for asyncio using the httpx module\n- Experimental support for XOP messages\n\nPlease see the [documentation](http://docs.python-zeep.org/) for more information.\n\n## Status\n\n\u003e [!NOTE]\n\u003e I consider this library to be stable. Since no new developments happen around the SOAP specification, it won't be updated that much. Good PRs which fix bugs are always welcome, however.\n\n\n## Installation\n\n```bash\npip install zeep\n```\n\nZeep uses the lxml library for parsing XML. See [lxml installation requirements](https://lxml.de/installation.html).\n\n## Usage\n\n```python\nfrom zeep import Client\n\nclient = Client('tests/wsdl_files/example.rst')\nclient.service.ping()\n```\n\nTo quickly inspect a WSDL file, use:\n\n```bash\npython -m zeep \u003curl-to-wsdl\u003e\n```\n\nPlease see the [documentation](http://docs.python-zeep.org) for more information.\n\n\n# Sponsors\n[![Kraken Tech](https://camo.githubusercontent.com/ecc2b8426b961f8895e4f42741c006839e4488fbe9ba8e92cfa02d48c7fdb3f1/68747470733a2f2f7374617469632e6f63746f70757363646e2e636f6d2f6b746c2f6b72616b656e2d6c6f676f2d772d67726f75702d7365636f6e646172792d323032322e706e67)](https://github.com/octoenergy)\n\n# Support\n\nIf you want to report a bug, please first read [the bug reporting guidelines](http://docs.python-zeep.org/en/master/reporting_bugs.html).\n\nPlease only report bugs, not support requests, to the GitHub issue tracker.\n","funding_links":["https://github.com/sponsors/mvantellingen"],"categories":["Python","HTTP Clients"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvantellingen%2Fpython-zeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvantellingen%2Fpython-zeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvantellingen%2Fpython-zeep/lists"}