Skip to main content

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)

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 details)

Uploaded Source

File details

Details for the file suds_passworddigest-0.1.2.zip.

File metadata

File hashes

Hashes for suds_passworddigest-0.1.2.zip
Algorithm Hash digest
SHA256 6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a
MD5 a5836d0b8023cb2587636d0ea77c9c8d
BLAKE2b-256 c04b3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page