Metadata-Version: 2.1
Name: easy-aws-login
Version: 0.2
Summary: The easiest way to log in to your AWS console.
Home-page: https://github.com/jeshan/easy-aws-login
Author: Jeshan Babooa
Author-email: j@jeshan.co
License: BSD-2-Clause
Description: 
        # easy-aws-login
        The easiest way to log in to your AWS console. Get started by running `pip install easy-aws-login`
        
        Leverages the existing `aws-cli` profiles that you've already set up.
        
        Also clearly shows which profile (hence account) the user is in.
        
        ![example](screenshot1.png)
        
        
        to login with your default credentials, type:
        `easy-aws-login`
        
        
        to login with a profile, type:
        `easy-aws-login my-profile`
        
        
        to login with a profile and change the default session duration of 3600 seconds, type:
        `easy-aws-login my-profile 7200`
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: boto3 code assistance
