Metadata-Version: 1.0
Name: aws-requests-auth
Version: 0.1.0
Summary: AWS signature version 4 signing process for the python requests module
Home-page: https://github.com/davidmuller/aws-requests-auth
Author: David Muller
Author-email: davehmuller@gmail.com
License: LICENSE.txt
Description: ## AWS signature version 4 with python requests
        
        This package allows you to authenticate to AWS with Amazon's [signature version 4 signing process](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
        
        ## Installation
        
        ```
        pip install requests-auth-aws
        ```
Platform: UNKNOWN
