Skip to content

sokube/requests-httpsharedkeyauth

Repository files navigation

requests-httpsharedkeyauth

Workflow

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.

Installation

pip install git+https://github.com/sokube/requests-httpsharedkeyauth.git

Usage

import requests
from httpsharedkeyauth import HTTPSharedKeyAuth

requests.get(url, auth=HTTPSharedKeyAuth(identifier,key))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages