Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
pip._internal.network.auth.KeyRingCliProvider Class Reference
Inheritance diagram for pip._internal.network.auth.KeyRingCliProvider:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.network.auth.KeyRingCliProvider:
Collaboration graph
[legend]

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)
 

Detailed Description

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.

Member Function Documentation

◆ _get_password()

Optional[str] pip._internal.network.auth.KeyRingCliProvider._get_password (   self,
str  service_name,
str  username 
)
protected
Mirror the implementation of keyring.get_password using cli

◆ _set_password()

None pip._internal.network.auth.KeyRingCliProvider._set_password (   self,
str  service_name,
str  username,
str  password 
)
protected
Mirror the implementation of keyring.set_password using cli

◆ get_auth_info()

Optional[AuthInfo] pip._internal.network.auth.KeyRingCliProvider.get_auth_info (   self,
str  url,
Optional[str]  username 
)

◆ save_auth_info()

None pip._internal.network.auth.KeyRingCliProvider.save_auth_info (   self,
str  url,
str  username,
str  password 
)

The documentation for this class was generated from the following file: