Class to parse & provide access to netrc
format files.
See the netrc(4) man page for information on the file format.
There are no base classes.
There are no implemented interfaces.
There are no attributes in this class.
get_account(host)
Returns login information for the named host.
The return value is a triple containing userid, password, and the accounting field.
get_hosts()
Return a list of hosts mentioned in the .netrc file.
get_macro(macro)
Return a sequence of lines which define a named macro.
get_macros()
Return a list of all defined macro names.
There are no known subclasses.