Metadata-Version: 1.1
Name: awscli-keyring
Version: 0.0.1
Summary: AWS command line credentials from OS X Keychain and other keyrings.
Home-page: https://github.com/sj26/awscli-keyring
Author: Samuel Cochran
Author-email: sj26@sj26.com
License: MIT
Description: # AWS CLI Keyring
        
        AWS command line credentials from OS X Keychain, or anything else [Keyring](https://pypi.python.org/pypi/keyring) supports.
        
        ## Usage
        
        Install with pip/setuptools:
        
        ```
        pip install awscli-keyring
        ```
        
        Turn it on in your config for the default profile, or specific profiles.
        
        ```
        # ~/.aws/config
        [plugins]
        keyring = awscli_keyring
        
        [default]
        keyring = true
        ```
        
        Add your key and secret to the keychain. The services should be `awsclikey` and `awscli:secret`, the account name should be your profile, or `default`, and the password should be your `AWS_ACCESS_KEY_ID` or `AWS_SECRET_KEY` respectively.
        
        ## TODO
        
         [ ] Setup commands
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
