jaraco / keyring

MIT License
1.24k stars 152 forks source link

Typo in _get_creds #681

Closed jaraco closed 3 months ago

jaraco commented 3 months ago
          > Maybe like they implemented that wrong? cc @BakerNet 

You can use python -c 'import keyring; keyring.get_credential("<url>", username=None)' instead

Looks like a typo in keyring @jaraco

AttributeError: 'CommandLineTool' object has no attribute '_get_creds'. Did you mean: '_get_cred'?

Originally posted by @BakerNet in https://github.com/astral-sh/uv/issues/3542#issuecomment-2108451962