Registry / http-networking / suds-jurko

suds-jurko

JSON →
library0.6pypypiunverified

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-jurko
INSTALL
IMPORT
SIG · SUDS-JURKO
S
suds-jurko
http-networkingpythonv0.6
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
from suds.client import Client
Standard import for SOAP client.

Create a SOAP client from a WSDL URL.

from suds.client import Client url = 'http://example.com/service?wsdl' client = Client(url, cache=None) print(client)
Debug
Known issues
deprecatedsuds-jurko is in maintenance mode; consider using zeep for new projects that require active development and modern features.
fix
Use 'zeep' library instead: pip install zeep, then from zeep import Client.
affects: all
gotchaAlways set cache=None when debugging; the default Cache object can cause stale results and obscure errors.
fix
Instantiate Client with cache=None: Client(url, cache=None).
affects: all
Upgrade
Version history
0.6latest on PyPI · released Jan 24, 2014
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
suds-jurko — pip install suds-jurko · libregistry