httpsig-pure-hmac

Fork of httpsig. HMAC only, no RSA, no PyCrypto, pure Python.


Keywords
http
License
MIT
Install
pip install httpsig-pure-hmac==1.1.2

Documentation

httpsig-pure-hmac

https://travis-ci.org/alexanderlukanin13/httpsig-pure-hmac.svg?branch=master

Fork of Adam Knight's httpsig, providing the same functionality, except that:

  • RSA is not supported.
  • PyCrypto is not required.

This package is intended as a lightweight option for HMAC-only clients.

Requirements

  • Python 2.7, 3.3+
  • six

Usage

import httpsig_pure_python as httpsig

See original package for more info.