Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python v3.0 documentation Β»
  • The Python Standard Library Β»

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
  • 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

Previous topic

tarfile β€” Read and write tar archive files

Next topic

csv β€” CSV File Reading and Writing

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python v3.0 documentation Β»
  • The Python Standard Library Β»
Β© Copyright 1990-2008, Python Software Foundation. Last updated on Dec 04, 2008. Created using Sphinx 0.5.