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.

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »

13. File Formats¶

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

  • 13.1. csv — CSV File Reading and Writing
    • 13.1.1. Module Contents
    • 13.1.2. Dialects and Formatting Parameters
    • 13.1.3. Reader Objects
    • 13.1.4. Writer Objects
    • 13.1.5. Examples
  • 13.2. ConfigParser — Configuration file parser
    • 13.2.1. RawConfigParser Objects
    • 13.2.2. ConfigParser Objects
    • 13.2.3. SafeConfigParser Objects
    • 13.2.4. Examples
  • 13.3. robotparser — Parser for robots.txt
  • 13.4. netrc — netrc file processing
    • 13.4.1. netrc Objects
  • 13.5. xdrlib — Encode and decode XDR data
    • 13.5.1. Packer Objects
    • 13.5.2. Unpacker Objects
    • 13.5.3. Exceptions
  • 13.6. plistlib — Generate and parse Mac OS X .plist files
    • 13.6.1. Examples

이전 항목

12.5. tarfile — Read and write tar archive files

다음 항목

13.1. csv — CSV File Reading and Writing

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »
© 저작권 1990-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
Last updated on 6월 19, 2020. 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.