netrc.netrc

class netrc.netrc(file=None)[source]

Methods

__init__([file])
__repr__() Dump the class data in the format of a .netrc file.
_parse(file, fp, default_netrc)
authenticators(host) Return a (user, account, password) tuple for given host.