adds Web Services Security PasswordDigest authentication to SUDS
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file suds_passworddigest-0.1.2.zip
.
File metadata
- Download URL: suds_passworddigest-0.1.2.zip
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a |
|
MD5 | a5836d0b8023cb2587636d0ea77c9c8d |
|
BLAKE2b-256 | c04b3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6 |