The netrc class parses and encapsulates the netrc file format used by the Unix ftp program and other FTP clients.
A netrc instance has the following methods:
Instances of netrc have public instance variables:
Note
Passwords are limited to a subset of the ASCII character set. All ASCII punctuation is allowed in passwords, however, note that whitespace and non-printable characters are not allowed in passwords. This is a limitation of the way the .netrc file is parsed and may be removed in the future.
13.2. configparser — Configuration file parser
13.4. xdrlib — Encode and decode XDR data
Enter search terms or a module, class or function name.