Python implementation of the client library for the Shared Key Authentication.
This is intended to be used as an authentication handler for a request object by attaching the proper authorization header.
pip install git+https://github.com/sokube/requests-httpsharedkeyauth.git
import requests
from httpsharedkeyauth import HTTPSharedKeyAuth
requests.get(url, auth=HTTPSharedKeyAuth(identifier,key))