13. File Formats
The modules described in this chapter parse various miscellaneous file formats that aren’t markup languages and are not related to e-mail.
- 13.1. csv — CSV File Reading and Writing
- 13.2. configparser — Configuration file parser
- 13.2.1. Quick Start
- 13.2.2. Supported Datatypes
- 13.2.3. Fallback Values
- 13.2.4. Supported INI File Structure
- 13.2.5. Interpolation of values
- 13.2.6. Mapping Protocol Access
- 13.2.7. Customizing Parser Behaviour
- 13.2.8. Legacy API Examples
- 13.2.9. ConfigParser Objects
- 13.2.10. RawConfigParser Objects
- 13.2.11. Exceptions
- 13.3. netrc — netrc file processing
- 13.4. xdrlib — Encode and decode XDR data
- 13.5. plistlib — Generate and parse Mac OS X .plist files