Metadata-Version: 1.2
Name: stslib
Version: 0.3.11
Summary: Library for bulk generation of Amazon STS temporary credentials
Home-page: https://github.com/fstab50/stslib
Author: Blake Huber
Author-email: blakeca00@gmail.com
License: GPL-3.0
Description: 
        **stslib** | Library for generation of Temporary STS Credentials
        -----------------------------------------------------------------
        
        ``stslib`` automates IAM user access key rotation from the cli by allowing ad hoc or
        scheduled renewal of your access key credentials via the Amazon API's.
        
        **stslib**:
        
            * is a safe and reliable way to rotate (renew) access keys to Amazon Web Services as frequently as you wish, with minimal effort and risk.
            * requires only the profile name of your IAM user in your local `awscli configuration <https://docs.aws.amazon.com/cli/latest/reference/>`__
        
        **Features**:
        
            * access key rotation via the Amazon APIs
            * key rotation includes:
        
                * creation of new access keys
                * automated installation in the local `awscli configuration <http://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html>`__
                * deprecated key deletion
        
            * automated, unattended key rotation
            * rotate keys as frequently as you wish (daily, for example)
        
Keywords: Amazon Web Services iam credentials AWS access key secret key
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5, <4
