diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-04-12 22:00:10 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-04-12 22:00:10 +0000 |
commit | 516dc95ae8aa8645d19443fe8fd99d92978ba0f9 (patch) | |
tree | 4df14458dbc73355f46245496b71c4dea0f82c93 /net/Makefile | |
parent | bac29828b5e2a2f008a2503d946eed4a430b118a (diff) |
[NEW] net/py-zeep: Modern/fast Python SOAP client based on lxml / requests
A fast and modern Python SOAP client
- Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy
- Build on top of lxml and requests
- Support for Soap 1.1, Soap 1.2 and HTTP bindings
- Support for WS-Addressing headers
- Support for WSSE (UserNameToken / x.509 signing)
- Support for tornado async transport via gen.coroutine (Python 2.7+)
- Support for asyncio via aiohttp (Python 3.5+)
- Experimental support for XOP messages
WWW: https://python-zeep.readthedocs.io/
Notes
Notes:
svn path=/head/; revision=498767
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e0d82db5a622..63850132fbec 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1138,6 +1138,7 @@ SUBDIR += py-wolframalpha SUBDIR += py-wsproto SUBDIR += py-xmlrpc + SUBDIR += py-zeep SUBDIR += py-zeroconf SUBDIR += py-zope.proxy SUBDIR += py-zsi |