{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides an updated ConfigParser implementation for Python 3.9+ that backports enhancements from later Python standard library versions.","skillfed_tags":["configuration-parsing","stdlib-backport"],"use_cases":["Reading INI configuration files in applications that need features from newer Python versions while supporting Python 3.9.","Standardizing configuration parsing across codebases that must maintain compatibility with Python 3.9.","Accessing ConfigParser enhancements before upgrading the minimum Python version requirement.","Testing code that relies on newer ConfigParser behavior without upgrading your entire Python environment."],"what_it_does":"ConfigParser is a backport of Python's standard library ConfigParser module, synchronized periodically with upstream CPython to bring newer features and fixes to Python 3.9+. It reads and writes INI-style configuration files with support for sections, options, and interpolation. The package is maintained by the same developer who maintains the vanilla ConfigParser in CPython, ensuring compatibility and feature parity.\n\nIt has no external runtime dependencies and installs with low friction. The project uses semantic versioning and tracks which upstream CPython functionality each release incorporates, making it straightforward to understand what you're getting. The repository is active with recent commits as of 2026-04-13.","worth_installing":"Yes, if you need ConfigParser features from newer Python versions but are constrained to Python 3.9+. The package is actively maintained, has no dependencies, and carries permissive licensing. However, if your project already supports a recent Python version, the built-in stdlib ConfigParser may be sufficient\u2014verify whether the backported enhancements matter for your use case."},"id":"configparser","links":{"html":"https://skillfed.io/packages/configparser","md":"https://skillfed.io/packages/configparser.md","pypi":"https://pypi.org/project/configparser/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-03-08","license_spdx":null,"license_treatment":"permissive","name":"configparser","python_support":"supports_current","summary":"Updated configparser from stdlib for earlier Pythons."},"popularity":{"monthly_downloads":11842775,"position":1359,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.2.0"}
