Metadata-Version: 2.1
Name: aws-credentialer
Version: 0.1.2
Summary: An AWS MFA Credentials Updater
Author-email: Hidayatullah Ahsan <hahsan@techicon.net>
Project-URL: Homepage, https://github.com/hahsan-ti/aws-credentialer
Project-URL: Bug Tracker, https://github.com/hahsan-ti/aws-credentialer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# AWS MFA Credentials Updater

> A convinient way to update AWS credentials for an AWS profile with MFA enforced.

## Installation

Using `pip`

```sh
pip install aws-credentialer
```

## Usage Example

Run the following command in your favorite terminal:

```sh
python -m aws_credentialer nnnnnn
```

Help is available with the `-h` parameter.

## Release History

* 0.1.2
  * Updated packages.
* 0.1.0
  * The first proper release.
