Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page