Awsume

Latest version: v4.5.4

Safety actively analyzes 723326 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 14

3.0.9

- Exports `AWS_REGION` and `AWS_DEFAULT_REGION` when using autoawsume

3.0.4

- Removes the dependency for `python-dateutil` which causes bugs with boto3's dependencies

3.0.3

- Fixes writing __name__ under each profile
- Fixes session expiration type as string when reading from cache
- Adds more logs

3.0.2

- Fixes line endings

3.0.1

- Fixes writing alias multiple times

3.0.0

- Refactored much of `awsumepy` and the plugin system to be more general and allow more types of plugins
- Utilizes callbacks and error catching better
- Adds custom exceptions
- Now combines credentials and config profiles under the same name
- Now merges source_profile credentials into their role profiles - everything you'll need is in the given profile
- Adds `--install-plugin` flag to download/install plugins from given urls
- Adds `--delete-plugin` flag to delete a plugin given the name
- Adds `--plugin-info` to display important information on currently-installed plugins
- Moved the `out_data` class into the AWSume app object
- New format for exporting data:
python
{
'AWSUME_FLAG' : 'Awsume',
'AWSUME_DATA' : [
'AWSUME_1',
'AWSUME_2',
'AWSUME_3',
'AWSUME_4',
'AWSUME_5'
]
}

- Adds `__exit_awsume` callback to stop a `^C` from spamming your terminal
- The `mfa_serial` of the source profile will be used if the role profile doesn't have an `mfa_serial`

Page 9 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.