Metadata-Version: 2.1
Name: awscreds
Version: 0.0.4
Summary: awscreds stores AWS credentials in Mac OS Keychain
Home-page: https://github.com/DmitriyLyalyuev/awscreds
Author: Dmitriy Lyalyuev
Author-email: dmitriy@lyalyuev.info
License: MIT
Description: # Store AWS credentials inside your Keychain
        
        ## Installing
        
        The easiest way to install `awscreds` is to use pip3:
        
            $ pip3 install awscreds
        
        or from sources:
        
            $ git clone https://github.com/DmitriyLyalyuev/awscreds.git
            $ cd awscreds
            $ python3 setup.py install
        
        ## Get help
        
        `awscreds -h`
        
        ## Store credentials into Keychain
        
        `awscreds add`
        
        `awscreds add -e prj_name`
        
        ## Delete credentials from Keychain
        
        `awscreds delete`
        
        `awscreds delete -e prj_name`
        
        ## Get credentials from Keychain in ready to use format
        
        `awscreds get -e prj_name`
        
        ## Export credentials into your shell session
        
        ```
        eval `awscreds get -e prj_name`
        ```
        
Keywords: ssh aws devops sysadmin
Platform: UNKNOWN
Classifier: Environment :: MacOS X
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
