Metadata-Version: 1.2
Name: keyup
Version: 1.1.10
Summary: Automated IAM Access Key Rotation for Amazon Web Services
Home-page: http://keyup.readthedocs.io
Author: Blake Huber
Author-email: blakeca00@gmail.com
License: GPL-3.0
Description: 
        **keyup** | Automated AWS Access Keyset Rotation
        ------------------------------------------------
        
        PACKAGE:  keyup
        
        ``keyup`` 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.
        
        **keyup**:
        
            * 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: Topic :: Security
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6, <4
