Metadata-Version: 1.1
Name: escherauth
Version: 0.2.0
Summary: Python implementation of the AWS4 compatible Escher HTTP request signing protocol.
Home-page: http://escherauth.io/
Author: Andras Barthazi
Author-email: andras@barthazi.hu
License: MIT
Download-URL: https://github.com/emartech/escher-python
Description: EscherPython - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-python.svg?branch=master)](https://travis-ci.org/emartech/escher-python)
        =======================================
        
        Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests. It's both a server side and client side implementation. The status is work in progress.
        
        The algorithm is based on [Amazon's _AWS Signature Version 4_](http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html), but we have generalized and extended it.
        
        More details are available at [escherauth.io](http://escherauth.io/).
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
