Este capítulo describe los módulos que dan soporte a la gestión de formatos de datos utilizados de forma común en Internet. Algunos de ellos, como SGML y XML, pueden ser útiles en otras aplicaciones.
formatter | Generic output formatter and device interface. |
rfc822 | Parse RFC 822 style mail headers. |
mimetools | Tools for parsing MIME-style message bodies. |
MimeWriter | Generic MIME file writer. |
multifile | Support for reading files which contain distinct parts, such as some MIME data. |
binhex | Codificar y descodificar archivos en formato binhex4. |
uu | Codifica y decodifica ficheros en formato uuenconde. |
binascii | Herramientas para la conversión entre binario y diferentes ASCII<#29269#><#29269#>--representaciones binarias codificadas. |
xdrlib | Encoders and decoders for the External Data Representation (XDR). |
mailcap | Mailcap file handling. |
mimetypes | Mapping of filename extensions to MIME types. |
base64 | Codificar y descodificar datos usando MIME base64. |
quopri | Codificación y descodificación de datos mediante la codificación MIME quoted-printable. |
mailbox | Read various mailbox formats. |
mhlib | Manipulate MH mailboxes from Python. |
mimify | Mimification and unmimification of mail messages. |
netrc | Loading of .netrc files. |
robotparser | Accepts as input a list of lines or URL that refers to a robots.txt file, parses the file, then builds a set of rules from that list and answers questions about fetchability of other URLs. |