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.

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • Documentation Python 2.7.18 »
  • La bibliothèque standard »

13. Formats de fichiers¶

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 — Lecture et écriture de fichiers CSV
    • 13.1.1. Contenu du module
    • 13.1.2. Dialectes et paramètres de formatage
    • 13.1.3. Objets lecteurs
    • 13.1.4. Objets transcripteurs
    • 13.1.5. Exemples
  • 13.2. ConfigParser — Configuration file parser
    • 13.2.1. RawConfigParser Objects
    • 13.2.2. ConfigParser Objects
    • 13.2.3. SafeConfigParser Objects
    • 13.2.4. Exemples
  • 13.3. robotparser — Parser for robots.txt
  • 13.4. netrc — traitement de fichier netrc
    • 13.4.1. Objets netrc
  • 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. Exemples

Sujet précédent

12.5. tarfile — Read and write tar archive files

Sujet suivant

13.1. csv — Lecture et écriture de fichiers CSV

Cette page

  • Montrer le code source

Recherche rapide

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • Documentation Python 2.7.18 »
  • La bibliothèque standard »
© Copyright 1990-2020, Python Software Foundation.
La Python Software Foundation est une organisation à but non lucratif. Les dons sont bienvenus.
Dernière mise à jour le juin 19, 2020. Vous avez trouvé un bug ?
Créé via Sphinx 2.3.1.