Python Standard Library

Table of Contents

  • Ch 01 - 10
  • Ch 11 - 20
    • 11. Data Persistence
    • 12 Data Compression and Archiving
    • 13 File Formats
      • csv — CSV File Reading and Writing
      • ConfigParser — Configuration file parser
      • robotparser — Parser for robots.txt
      • netrc — netrc file processing
      • xdrlib — Encode and decode XDR data
      • plistlib — Generate and parse Mac OS X .plist files
    • 14 Cryptographic Services
    • 15 Generic Operating System Services
    • 16 Optional Operating System Services
    • 17 Interprocess Communication and Networking
    • 18 Internet Data Handling
    • 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 »
  • 13 File Formats
  • View page source

13 File Formats¶

The modules described in this chapter parse various miscellaneous file formats that aren’t markup languages or are related to e-mail.

  • csv — CSV File Reading and Writing
    • Module Contents
    • Dialects and Formatting Parameters
    • Reader Objects
    • Writer Objects
    • Examples
  • ConfigParser — Configuration file parser
    • RawConfigParser Objects
    • ConfigParser Objects
    • SafeConfigParser Objects
    • Examples
  • robotparser — Parser for robots.txt
  • netrc — netrc file processing
    • netrc Objects
  • xdrlib — Encode and decode XDR data
    • Packer Objects
    • Unpacker Objects
    • Exceptions
  • plistlib — Generate and parse Mac OS X .plist files
    • Examples
Next Previous

© Copyright 2016.

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