nir0s
nir0s
When exporting a stash, the values stay encrypted. Loading them into a new stash then means that that stash's passphrase must be the same as the one exported to be...
It should be possible to generate a passphrase using KMS for people who already use KMS for their systems.
Consider returning only list of key names instead of the keys themselves from the storage `list` API
Currently, each storage returns a list of all keys in the storage rather than just the names. The initial premise was that a user should decide what to do with...
Currently, there's only one dependency for packer - `sh`. I don't see a reason to keep that dependency as it can be easily replaced with `subprocess`.
I think the installer class should be removed. It is too intrusive to have it there. Anyone disagrees?
Currently, the supported python versions are either provided via user input or automatically deduced (as a single version) from the python version currently used to create the wagon. 1. We...
Right now, we allow arbitrary flags using a `-a` flag.
Currently, wagon just assumes that the ABI if none. The ABI is wheel specific and so I'm not even sure there's a smart way to calculate it for multiple dependencies....
Ran on Arch Linux and you had to provide it
As per @ncoghlan's recommendation, I'm posting the idea here. I posted it under pip's repo but it obviously did not belong there. I'd like to propose standardization of packaging multiple...