A lightweight SOAP client library, forked from suds by Jurko Gospodnetić. Version 0.6 is the latest stable release. The project is in maintenance mode with infrequent updates.
pip install suds-jurkoVerified import paths — ran on the pinned version, not inferred.
Create a SOAP client from a WSDL URL.
Use 'zeep' library instead: pip install zeep, then from zeep import Client.
Instantiate Client with cache=None: Client(url, cache=None).
No dependency data recorded yet.