Metadata-Version: 2.1
Name: aws-rotate
Version: 0.0.2
Summary: A simple AWS Access ID/Secret rotation script
Home-page: https://github.com/grahamhar/aws-rotate
Author: grahamhar
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/grahamhar/aws-rotate/issues
Project-URL: Source, https://github.com/grahamhar/aws-rotate/
Keywords: aws access iam rotation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: boto3
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'

# aws-rotate

Rotate AWS Access Keys and update local credentials file.

It's good practise to rotate access IDs and keys for AWS IAM users, but a pain to do, this simple script automates the process

## Installation

## Usage

## Development


