Skip to main content

Updated configparser from stdlib for earlier Pythons.

Project description

https://img.shields.io/pypi/v/configparser.svg https://img.shields.io/pypi/pyversions/configparser.svg tests Ruff https://readthedocs.org/projects/configparser/badge/?version=latest https://img.shields.io/badge/skeleton-2024-informational https://tidelift.com/badges/package/pypi/configparser

This package is a backport of the refreshed and enhanced ConfigParser from later Python versions. To use the backport instead of the built-in version, simply import it explicitly as a backport:

from backports import configparser

For detailed documentation consult the vanilla version at http://docs.python.org/3/library/configparser.html.

Versioning

This project uses semver to communicate the impact of various releases while periodically syncing with the upstream implementation in CPython. The history serves as a reference indicating which versions incorporate which upstream functionality.

Prior to the 4.0.0 release, another scheme was used to associate the CPython and backports releases.

Maintenance

This backport was originally authored by Łukasz Langa, the current vanilla configparser maintainer for CPython and is currently maintained by Jason R. Coombs:

Conversion Process

This section is technical and should bother you only if you are wondering how this backport is produced. If the implementation details of this backport are not important for you, feel free to ignore the following content.

The project takes the following branching approach:

  • The cpython branch holds unchanged files synchronized from the upstream CPython repository. The synchronization is currently done by manually copying the required files and stating from which CPython changeset they come.

  • The main branch holds a version of the cpython code with some tweaks that make it compatible with older Pythons. Code on this branch must work on all supported Python versions. Test with tox or in CI.

The process works like this:

  1. In the cpython branch, run ./sync-upstream, which downloads the latest stable release of Python and copies the relevant files from there into their new locations and then commits those changes with a nice reference to the relevant upstream commit hash.

  2. Merge the new commit to main.

  3. Check for new names in __all__ and update imports in configparser/__init__.py accordingly. Run tests. Commit.

  4. Make any compatibility changes on main. Run tests. Commit.

  5. Update the docs and release the new version.

For Enterprise

Available as part of the Tidelift Subscription.

This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.

Learn more.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

configparser-7.1.0.tar.gz (50.1 kB view details)

Uploaded Source

Built Distribution

configparser-7.1.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file configparser-7.1.0.tar.gz.

File metadata

  • Download URL: configparser-7.1.0.tar.gz
  • Upload date:
  • Size: 50.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for configparser-7.1.0.tar.gz
Algorithm Hash digest
SHA256 eb82646c892dbdf773dae19c633044d163c3129971ae09b49410a303b8e0a5f7
MD5 f3d32a704ebb014be19e2551fd059789
BLAKE2b-256 a52ea8d83652990ecb5df54680baa0c53d182051d9e164a25baa0582363841d1

See more details on using hashes here.

File details

Details for the file configparser-7.1.0-py3-none-any.whl.

File metadata

  • Download URL: configparser-7.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for configparser-7.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98e374573c4e10e92399651e3ba1c47a438526d633c44ee96143dec26dad4299
MD5 7a397dc1adf4fd673cec92f2de1bc7e8
BLAKE2b-256 eedf1514580907b0bac0970415e5e24ef96a9c1fa71dcf2aa0139045b58fae9a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page