adds Web Services Security PasswordDigest authentication to SUDS
Installation
installation is simple
pip install suds-passworddigest
or
pip install git+https://github.com/suvit/suds-passworddigest
Usage
from suds.client import Client from suds.wsse import Security
from suds_passworddigest import UsernameDigestToken
client = Client() security = Security() token = UsernameDigestToken(‘my_username’, ‘my_pass’) security.tokens.append(token) client.set_options(wsse=security)
Release files for suds_passworddigest 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| suds_passworddigest-0.1.2.zip | 5.6 kB | Details |
Release files / suds_passworddigest-0.1.2.zip
| Download URL | suds_passworddigest-0.1.2.zip |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a
|
|
BLAKE2b-256 checksum How to use checksums |
c04b3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |