Skip to content

Commit 09019c8

Browse files
committed
Remove reference to modern/fast
It's 6 years old already, how long can it stay modern ;-)
1 parent 84513a7 commit 09019c8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Zeep: Python SOAP client
33
========================
44

5-
A fast and modern Python SOAP client
5+
A Python SOAP client
66

77
Highlights:
88
* Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy3
9-
* Build on top of lxml and requests
9+
* Build on top of lxml, requests and httpx
1010
* Support for Soap 1.1, Soap 1.2 and HTTP bindings
1111
* Support for WS-Addressing headers
1212
* Support for WSSE (UserNameToken / x.509 signing)
@@ -48,9 +48,11 @@ Installation
4848
4949
pip install zeep
5050
51-
Note that the latest version to support Python 2.7, 3.3, 3.4 and 3.5 is Zeep 3.4, install via `pip install zeep==3.4.0`
51+
Note that the latest version to support Python 2.7, 3.3, 3.4 and 3.5 is Zeep
52+
3.4, install via `pip install zeep==3.4.0`
5253

53-
Zeep uses the lxml library for parsing xml. See https://lxml.de/installation.html for the installation requirements.
54+
Zeep uses the lxml library for parsing xml. See
55+
https://lxml.de/installation.html for the installation requirements.
5456

5557
Usage
5658
-----

docs/_templates/sidebar-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img class="logo" src="{{ pathto('_static/zeep-logo.png', 1) }}">
44
</a>
55

6-
<p>Zeep is a modern SOAP client for Python</p>
6+
<p>Zeep is a SOAP client for Python</p>
77
<p>
88
<iframe src="http://ghbtns.com/github-btn.html?user=mvantellingen&repo=python-zeep&type=watch&count=true&size=large"
99
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Zeep: Python SOAP client
33
========================
44

5-
A fast and modern Python SOAP client
5+
A Python SOAP client
66

77
Highlights:
88
* Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
setup(
5151
name="zeep",
5252
version="4.2.0",
53-
description="A modern/fast Python SOAP client based on lxml / requests",
53+
description="A Python SOAP client",
5454
long_description=long_description,
5555
author="Michael van Tellingen",
5656
author_email="michaelvantellingen@gmail.com",

0 commit comments

Comments
 (0)