π ADULT: ./library/fileformats.html - Full Archive
This document is for an old version of Python that is no longer supported.
You should upgrade, and read the
Python documentation for the current stable release.
14. 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.
- 14.1.
csvβ CSV File Reading and Writing - 14.2.
configparserβ Configuration file parser- 14.2.1. Quick Start
- 14.2.2. Supported Datatypes
- 14.2.3. Fallback Values
- 14.2.4. Supported INI File Structure
- 14.2.5. Interpolation of values
- 14.2.6. Mapping Protocol Access
- 14.2.7. Customizing Parser Behaviour
- 14.2.8. Legacy API Examples
- 14.2.9. ConfigParser Objects
- 14.2.10. RawConfigParser Objects
- 14.2.11. Exceptions
- 14.3.
netrcβ netrc file processing - 14.4.
xdrlibβ Encode and decode XDR data - 14.5.
plistlibβ Generate and parse Mac OS X.plistfiles
