Created by: butla
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