Logo

Previous topic上一个主题

tarfile — Read and write tar archive files读取和写入tar归档文件

Next topic下一个主题

csv — CSV File Reading and WritingCSV文件读写

Navigation导航

  • index索引
  • modules模块 |
  • next下一主题 |
  • previous上一主题 |
  • python logo
  • Python »
  • 3.10.4 Documentation文档 »
  • The Python Standard LibraryPython标准库 »
  • File Formats文件格式
  • |

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.本章中描述的模块分析各种各样的文件格式,这些格式不是标记语言,也与电子邮件无关。

  • csv — CSV File Reading and WritingCSV文件读写
    • Module Contents模块内容
    • Dialects and Formatting Parameters方言和格式参数
    • Reader Objects对象
    • Writer Objects对象
    • Examples示例
  • configparser — Configuration file parser配置文件解析器
    • Quick Start快速启动
    • Supported Datatypes支持的数据类型
    • Fallback Values回退值
    • Supported INI File Structure支持的INI文件结构
    • Interpolation of values值的插值
    • Mapping Protocol Access映射协议访问
    • Customizing Parser Behaviour自定义解析器行为
    • Legacy API Examples遗留API示例
    • ConfigParser ObjectsConfigParser对象
    • RawConfigParser Objects对象
    • Exceptions异常
  • netrc — netrc file processingnetrc文件处理
    • netrc Objects对象
  • plistlib — Generate and parse Apple .plist files生成和分析Apple .plist文件
    • Examples示例

Previous topic上一个主题

tarfile — Read and write tar archive files读取和写入tar归档文件

Next topic下一个主题

csv — CSV File Reading and WritingCSV文件读写