Python Standard Library

Table of Contents

  • Ch 01 - 10
  • Ch 11 - 20
    • 11. Data Persistence
    • 12 Data Compression and Archiving
    • 13 File Formats
    • 14 Cryptographic Services
    • 15 Generic Operating System Services
    • 16 Optional Operating System Services
    • 17 Interprocess Communication and Networking
    • 18 Internet Data Handling
      • 1. email — An email and MIME handling package
      • 2. json — JSON encoder and decoder
      • 3. mailcap — Mailcap file handling
      • 4. mailbox — Manipulate mailboxes in various formats
      • 5. (depr) mhlib — Access to MH mailboxes
      • 6. (depr) mimetools — Tools for parsing MIME messages
      • 7. mimetypes — Map filenames to MIME types
      • 8. (depr) MimeWriter — Generic MIME file writer
      • 9. (depr) mimify — MIME processing of mail messages
      • 10. (depr) multifile — Support for files containing distinct parts
      • 11. (depr) rfc822 — Parse RFC 2822 mail headers
      • 12. base64 — RFC 3548: Base16, Base32, Base64 Data Encodings
      • 13. binhex — Encode and decode binhex4 files
      • 14. binascii — Convert between binary and ASCII
      • 15. quopri — Encode and decode MIME quoted-printable data
      • 16. uu — Encode and decode uuencode files
    • 19 Structured Markup Processing Tools
    • 20a Internet Protocols and Support
    • 20b Internet Protocols and Support
  • Ch 21 - 30
  • Ch 31 - 37
  • api
Python Standard Library
  • Docs »
  • Ch 11 - 20 »
  • 18 Internet Data Handling
  • View page source

18 Internet Data Handling¶

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

  • 1. email — An email and MIME handling package
  • 2. json — JSON encoder and decoder
  • 3. mailcap — Mailcap file handling
  • 4. mailbox — Manipulate mailboxes in various formats
  • 5. (depr) mhlib — Access to MH mailboxes
  • 6. (depr) mimetools — Tools for parsing MIME messages
  • 7. mimetypes — Map filenames to MIME types
  • 8. (depr) MimeWriter — Generic MIME file writer
  • 9. (depr) mimify — MIME processing of mail messages
  • 10. (depr) multifile — Support for files containing distinct parts
  • 11. (depr) rfc822 — Parse RFC 2822 mail headers
  • 12. base64 — RFC 3548: Base16, Base32, Base64 Data Encodings
  • 13. binhex — Encode and decode binhex4 files
  • 14. binascii — Convert between binary and ASCII
  • 15. quopri — Encode and decode MIME quoted-printable data
  • 16. uu — Encode and decode uuencode files
Next Previous

© Copyright 2016.

Built with Sphinx using a theme provided by Read the Docs.