Install & Compatibility
Where this runs
tested against v1.4.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.6MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Aws2WrapError
✓ from aws2wrap import Aws2WrapError
✗ from aws2-wrap import Aws2Wrap
ProfileDef
✓ from aws2wrap import ProfileDef
main
✓ from aws2wrap import main
Basic usage: instantiate Aws2Wrap with an AWS SSO profile and run AWS CLI commands.
from aws2-wrap import Aws2Wrap
# Use with AWS SSO profile
aws = Aws2Wrap(profile='my-sso-profile')
# Execute an AWS CLI command
result = aws.run(['s3', 'ls'])
print(result.stdout)
aws2-wrap --version
Upgrade
Version history
1.4.0latest on PyPI · released Dec 9, 2023
Audit
Dependencies
No dependency data recorded yet.