{"library":"configparser","type":"library","category":null,"description":"Configparser is a Python standard library module (also available as a backport for earlier Python versions) that provides tools for handling configuration files in INI format. It allows you to read, write, and manage user-editable configuration files, supporting features like sections, key-value pairs, default values, and value interpolation. The current backport version is 7.2.0 and it's actively maintained, periodically syncing with upstream CPython changes, making its features largely consistent with recent Python standard library versions.","language":"python","status":"active","version":"7.2.0","tags":["configuration","ini","parser","stdlib","backport"],"install":[{"cmd":"pip install configparser","imports":["from configparser import ConfigParser"]}],"homepage":null,"github":"https://github.com/jaraco/configparser","docs":null,"changelog":null,"pypi":"https://pypi.org/project/configparser/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/configparser/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}