New in version 1.5.2.
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. Versions of this module prior to 2.3 were extremely limited. Starting with 2.3, 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.3. robotparser — Parser for robots.txt
13.5. xdrlib — Encode and decode XDR data
Enter search terms or a module, class or function name.