[PR #935] [CLOSED] Add RPC clients category and Zeep as SOAP client. #842

Closed
opened 2025-11-06 13:03:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/935
Author: @butla
Created: 9/14/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • e4aa016 Add RPC clients category and Zeep as SOAP client.

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 README.md (+7 -0)

📄 Description

What is this Python project?

Zeep is a painless client for SOAP, that supports Python 3 and is actually maintained.
I know that SOAP is bad, old, etc., but you still need it for some "enterprise" APIs that you may find in the wild.

Also, I created a category broader than just SOAP for things like Thrift and other protocols that maybe aren't as popular as HTTP.

What's the difference between this Python project and similar ones?

  • Has a very nice API that allows you to read and pass SOAP objects without the need of instantiating many Java-like objects. You can simply used (possibly nested) dictionaries.
  • I think that only Rinse supports Python 3, but it hasn't seen commits in some time.
  • The rest only supports Python 2.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/935 **Author:** [@butla](https://github.com/butla) **Created:** 9/14/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e4aa016`](https://github.com/vinta/awesome-python/commit/e4aa016036e0551f698a99b4efe5293bca3b3dc3) Add RPC clients category and Zeep as SOAP client. ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) </details> ### 📄 Description ## What is this Python project? [Zeep](https://github.com/mvantellingen/python-zeep) is a painless client for SOAP, that supports Python 3 and is actually maintained. I know that SOAP is bad, old, etc., but you still need it for some "enterprise" APIs that you may find in the wild. Also, I created a category broader than just SOAP for things like Thrift and other protocols that maybe aren't as popular as HTTP. ## What's the difference between this Python project and similar ones? * Has a very nice API that allows you to read and pass SOAP objects without the need of instantiating many Java-like objects. You can simply used (possibly nested) dictionaries. * I think that only [Rinse](https://github.com/tysonclugg/rinse) supports Python 3, but it hasn't seen commits in some time. * The rest only supports Python 2. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach 20. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:03:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#842