导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 3.0.1 文档 »
  • The Python Standard Library »
  • |

Internet Data Handling¶

This chapter describes modules which support handling data formats commonly used on the Internet.

  • email — An email and MIME handling package
    • email: Representing an email message
    • email: Parsing email messages
      • FeedParser API
      • Parser class API
      • Additional notes
    • email: Generating MIME documents
    • email: Creating email and MIME objects from scratch
    • email: Internationalized headers
    • email: Representing character sets
    • email: Encoders
    • email: Exception and Defect classes
    • email: Miscellaneous utilities
    • email: Iterators
    • email: Examples
    • Package History
    • Differences from mimelib
  • json — JSON encoder and decoder
    • Basic Usage
    • Encoders and decoders
  • mailcap — Mailcap file handling
  • mailbox — Manipulate mailboxes in various formats
    • Mailbox objects
      • Maildir
      • mbox
      • MH
      • Babyl
      • MMDF
    • Message objects
      • MaildirMessage
      • mboxMessage
      • MHMessage
      • BabylMessage
      • MMDFMessage
    • Exceptions
    • Examples
  • mimetypes — Map filenames to MIME types
    • MimeTypes Objects
  • base64 — RFC 3548: Base16, Base32, Base64 Data Encodings
  • binhex — Encode and decode binhex4 files
    • Notes
  • binascii — Convert between binary and ASCII
  • quopri — Encode and decode MIME quoted-printable data
  • uu — Encode and decode uuencode files

上一个主题

asynchat — Asynchronous socket command/response handler

下一个主题

email — An email and MIME handling package

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 3.0.1 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 8月 10, 2025.
Created using Sphinx 1.8.4.