class documentation

Undocumented

Method __init__ Load from ~/.pypirc
Method find_credential If the URL indicated appears to be a repository defined in this config, return the credential for that repository.
Property creds_by_repository Undocumented
Method _get_repo_cred Undocumented
def __init__(self): (source)

Load from ~/.pypirc

def find_credential(self, url): (source)

If the URL indicated appears to be a repository defined in this config, return the credential for that repository.

@property
creds_by_repository = (source)

Undocumented

def _get_repo_cred(self, section): (source)

Undocumented