檔案格式
********

本章所描述的模組會剖析各種非標記類型語言且與電子郵件無關的雜項檔案格式
。

* "csv" --- CSV 檔案讀取及寫入

  * 模組內容

  * Dialect 與格式參數

  * 讀取器物件

  * 寫入器物件

  * 範例

* "configparser" --- 設定檔剖析器

  * Quick Start

  * Supported Datatypes

  * Fallback Values

  * Supported INI File Structure

  * Unnamed Sections

  * Interpolation of values

  * Mapping Protocol Access

  * Customizing Parser Behaviour

  * Legacy API Examples

  * ConfigParser 物件

  * RawConfigParser 物件

  * 例外

* "tomllib" --- 剖析 TOML 檔案

  * 範例

  * 轉換表

* "netrc" --- netrc 檔案處理

  * netrc 物件

* "plistlib" --- 產生和剖析 Apple ".plist" 檔案

  * 範例
