NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap install` and `slap add` should check `~/.netrc` and ask for missing credentials to store them there #54

Open NiklasRosenstein opened 2 years ago

NiklasRosenstein commented 2 years ago

On a side note, it would be nice if we could always use the keyring module but it requires that we install keyring into every environment that we interact with.