Metadata-Version: 1.1
Name: awsmfa
Version: 0.2
Summary: Manage temporary MFA AWS credentials.
Home-page: https://github.com/dcoker/awsmfa/
Author: Doug Coker
Author-email: dcoker@gmail.com
License: https://www.apache.org/licenses/LICENSE-2.0
Description: awsmfa
        ======
        
        awsmfa simplifies multi-factor authentication with AWS by managing your
        ``~/.aws/credentials`` ``[default]`` profile.
        
        If you are a small team with long-lived AWS access keys sitting on developer machines, and you are
        looking for an easy way to improve security, this might be a good starting point for you. The
        package includes a sample set of IAM policies (in a CloudFormation template) to get you started.
        
        Example:
        
        ::
        
            $ pip3 install --user awsmfa
            ...
            $ aws configure --profile identity
            ...
            $ awsmfa.py --token-code 123456
            Temporary credentials will expire in 5:59:59.746453.
            $ aws configure --profile identity get aws_access_key_id
            AKIAJ4USW7NKYGKGBBRA
            $ aws configure get aws_access_key_id
            ASIAJNCNEPCCQQRHKTBQ
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
