Package Details: aws2-wrap 1.4.0-1

Git Clone URL: https://aur.archlinux.org/aws2-wrap.git (read-only, click to copy)
Package Base: aws2-wrap
Description: Simple script to export current AWS SSO credentials or run a sub-process with them
Upstream URL: https://github.com/linaro-its/aws2-wrap
Keywords: aws devops
Licenses: GPL3
Submitter: erdii
Maintainer: erdii (abruegmann)
Last Packager: erdii
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-31 16:28 (UTC)
Last Updated: 2024-01-07 09:13 (UTC)

Latest Comments

erdii commented on 2025-01-16 10:41 (UTC) (edited on 2025-01-16 10:41 (UTC) by erdii)

This doesn't install for me anymore importlib.metadata.PackageNotFoundError: No package metadata was found for aws2-wrap

Huh? It installs and runs just fine for me:

aws2-wrap --help
usage: aws2-wrap [-h] [--export] [--generate] [--generatestdout] [--process] [--exec EXEC] [--profile PROFILE] [--outprofile OUTPROFILE] [--configfile CONFIGFILE]
                 [--credentialsfile CREDENTIALSFILE] [--version]
                 ...

positional arguments:
  command               a command that you want to wrap

options:
  -h, --help            show this help message and exit
  --export              export credentials as environment variables
  --generate            generate credentials from the input profile
  --generatestdout      generate credentials from the input profile and output to the console
  --process
  --exec EXEC
  --profile PROFILE     the source profile to use for creating credentials
  --outprofile OUTPROFILE
                        the destination profile to save generated credentials
  --configfile CONFIGFILE
                        the config file to append resulting config
  --credentialsfile CREDENTIALSFILE
                        the credentials file to append resulting credentials
  --version, -v         get version

bcc commented on 2025-01-13 10:33 (UTC)

This doesn't install for me anymore importlib.metadata.PackageNotFoundError: No package metadata was found for aws2-wrap

Have to install through PIP

erdii commented on 2020-09-18 15:35 (UTC)

thanks @abruegmann, incorporated your fix and update!

abruegmann commented on 2020-09-18 12:02 (UTC)

Here's a small patch to fix this package: http://nopaste.linux-dev.org/?1323917