frostming / unearth

A utility to fetch and download python packages
https://unearth.readthedocs.io
MIT License
143 stars 18 forks source link

also fallback on "__token__" username for KeyringCliProvider #71

Closed deronnax closed 1 year ago

deronnax commented 1 year ago

At my company we hit a strange case were a given simple unearth request would either fail or succeed in a same environment depending on wether the keyring package was installed or not. Then we found out https://github.com/frostming/unearth/issues/18, and we think it would make more sense than the backport also exists for when the keyring package is not installed.

Feel free to change the code if the current form does not please you.