Metadata-Version: 1.1
Name: aws-profile
Version: 0.4.0
Summary: A wrapper for executing a command using AWS Assumed Role
Home-page: https://github.com/jrstarke/aws-profile
Author: Jamie Starke
Author-email: github@jamiestarke.com
License: UNKNOWN
Description: aws-profile
        ===========
        
        Wrapper script to generate &amp; pass AWS AssumeRole keys to other scripts
        
        Additions
        
        * Set the AWS_CACHE environment variable to control caching.
          Use `AWS_CACHE=false` to disable caching, or any other value
          (or unset) to keep caching enabled. When set to false the MFA
          code will be requested every time.
        
        
Keywords: aws profile assume role
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
