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
suds_passworddigest-0.1.2.zip
(5.6 kB
view hashes)