Skip to main content

A package to generate WSSE Headers

Project description

WsseHeaders: WSSE for Python™

WsseHeaders is the only WSSE Token generation library for Python, safe for human consumption.

Initialize the WsseHeader module

>>> import WsseHeaders
>>> WsseTokenObject = WsseHeaders.WsseToken(username="yodebu", orgName="yodebuOrg", token="base64tokenstring")

Generate the Header String as required :

>>> WsseTokenObject.generateHeaderString()
'UsernameToken Username="yodebu", PasswordDigest="SXoO32oqIKFOl63mvsMoW+HPcHo=", Nonce="/lruYfbC12FfjiqFLgJxVw==", Created="2018-11-11T10:50:49+00:00", Organization="yodebuOrg"'

Get the Authentication Headers as Dictionary which can be easily converted to JSON:

>>> WsseTokenObject.generateHeader()
{
    'Authorization': 'WSSE profile="UsernameToken"', 
    'X-WSSE': 'UsernameToken Username="yodebu", PasswordDigest="SXoO32oqIKFOl63mvsMoW+HPcHo=", Nonce="/lruYfbC12FfjiqFLgJxVw==", Created="2018-11-11T10:50:49+00:00", Organization="yodebuOrg"', 
    'Accept': 'Application/json'
}

WsseHeaders officially supports Python 3.0 and above. Python 2.7 support coming soon.

Installation

To install WsseHeaders, simply use pipenv (or pip, of course):

$ pipenv install WsseHeaders
✨🍰✨

Documentation

Fantastic documentation to be available shortly at http://docs.python.org/, for a limited time only.

How to Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

WsseHeaders-0.0.16-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file WsseHeaders-0.0.16-py3-none-any.whl.

File metadata

  • Download URL: WsseHeaders-0.0.16-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.9.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.12

File hashes

Hashes for WsseHeaders-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 8c5acd2b0e78ccbad468bede926f63f58649fb27f44f106cf2b762544a885a21
MD5 049c9e7edd1e182dc204327c78fdc28b
BLAKE2b-256 3c2edf3b32d1d6107b9dc97427efdab7d3c92dcff17a7e96ce9318df5b451ed2

See more details on using hashes here.

Supported by

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