summaryrefslogtreecommitdiffstats
path: root/python/zeep/README
diff options
context:
space:
mode:
author Fernando Lopez Jr2019-10-13 04:29:51 +0200
committer Willy Sudiarto Raharjo2019-10-13 04:29:51 +0200
commitb8eca4b2e54c76def9eaa6aa1ed7fc2ee1d3d5ac (patch)
tree9fe6f9a4989e82c092142e74ae871bc00fd50c60 /python/zeep/README
parent617f80132e197510a87e7699312c039ba6008116 (diff)
downloadslackbuilds-b8eca4b2e54c76def9eaa6aa1ed7fc2ee1d3d5ac.tar.gz
python/zeep: Added (Python SOAP client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/zeep/README')
-rw-r--r--python/zeep/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/zeep/README b/python/zeep/README
new file mode 100644
index 0000000000..83cccd6b88
--- /dev/null
+++ b/python/zeep/README
@@ -0,0 +1,12 @@
+A fast and modern Python SOAP client
+
+Highlights:
+
+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 \ No newline at end of file