Python logo

上個主題

tarfile --- Read and write tar archive files

下個主題

csv --- CSV File Reading and Writing

此頁面

  • 回報錯誤
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.11.8 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 檔案格式
  • |
  • |

檔案格式¶

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

  • csv --- CSV File Reading and Writing
    • 模組內容
    • Dialects and Formatting Parameters
    • Reader Objects
    • Writer Objects
    • 範例
  • configparser --- Configuration file parser
    • Quick Start
    • Supported Datatypes
    • Fallback Values
    • Supported INI File Structure
    • Interpolation of values
    • Mapping Protocol Access
    • Customizing Parser Behaviour
    • Legacy API Examples
    • ConfigParser 物件
    • RawConfigParser 物件
    • 例外
  • tomllib --- 剖析 TOML 檔案
    • 範例
    • 轉換表
  • netrc --- netrc 檔案處理
    • netrc 物件
  • plistlib --- Generate and parse Apple .plist files
    • 範例

上個主題

tarfile --- Read and write tar archive files

下個主題

csv --- CSV File Reading and Writing

此頁面

  • 回報錯誤
  • 顯示原始碼
«

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python logo
  • Python »
  • 3.11.8 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • 檔案格式
  • |
  • |
© 版權 2001-2024, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最後更新於 Apr 02, 2024 (03:07 UTC)。 Found a bug?
使用 Sphinx 7.2.6 建立。