configparser — Configuration file parser — Python 3.14.7 documentation

docs.python.org

Tin mới

csv — CSV File Reading and Writing

tomllib — Parse TOML files

Python Module Index

3.14.7 Documentation

The Python Standard Library

shlex: Simple lexical analysis for Unix shell-like languages.

TOML is a well-specified format for application configuration files. It is specifically designed to be an improved version of INI.

json: Encode and decode the JSON format.

TOML is a well-specified format for application configuration files. It is specifically designed to be an improved version of INI.

collections.abc.MutableMapping

Mapping protocol access is a generic name for functionality that enables using custom objects as if they were dictionaries. In case of configparser, the mapping interface implementation is using the parser['section']['op

collections.OrderedDict

Changed in version 3.1: The default dict_type is collections.OrderedDict.