![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, str cmd) |
| Optional[AuthInfo] | get_auth_info (self, str url, Optional[str] username) |
| None | save_auth_info (self, str url, str username, str password) |
Public Attributes | |
| keyring | |
Static Public Attributes | |
| bool | has_keyring = True |
Static Public Attributes inherited from pip._internal.network.auth.KeyRingBaseProvider | |
| bool | has_keyring |
Protected Member Functions | |
| Optional[str] | _get_password (self, str service_name, str username) |
| None | _set_password (self, str service_name, str username, str password) |
Provider which uses `keyring` cli Instead of calling the keyring package installed alongside pip we call keyring on the command line which will enable pip to use which ever installation of keyring is available first in PATH.
|
protected |
Mirror the implementation of keyring.get_password using cli
|
protected |
Mirror the implementation of keyring.set_password using cli
| Optional[AuthInfo] pip._internal.network.auth.KeyRingCliProvider.get_auth_info | ( | self, | |
| str | url, | ||
| Optional[str] | username | ||
| ) |
Reimplemented from pip._internal.network.auth.KeyRingBaseProvider.
| None pip._internal.network.auth.KeyRingCliProvider.save_auth_info | ( | self, | |
| str | url, | ||
| str | username, | ||
| str | password | ||
| ) |
Reimplemented from pip._internal.network.auth.KeyRingBaseProvider.