导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.8.0a0 文档 »
  • Python 标准库 »
  • |

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 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 Objects
    • RawConfigParser Objects
    • 异常
  • netrc --- netrc file processing
    • netrc Objects
  • xdrlib --- Encode and decode XDR data
    • Packer Objects
    • Unpacker Objects
    • 异常
  • plistlib --- Generate and parse Mac OS X .plist files
    • 示例

上一个主题

tarfile --- Read and write tar archive files

下一个主题

csv --- CSV File Reading and Writing

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.8.0a0 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2019, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。

最后更新于 2月 11, 2019. Found a bug?
使用Sphinx1.8.1 创建。