Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 21 committers (4.8%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Keywords from Contributors
formatter
codeformatter
autopep8
pickle
objectstorage
deserialization
bsd-3-clause
gofmt
parsing
pre-commit-hook
Last synced: 10 months ago
·
JSON representation
Repository
backport of configparser from Python's stdlib
Statistics
- Stars: 59
- Watchers: 6
- Forks: 20
- Open Issues: 0
- Releases: 10
Created over 7 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Funding
Security
README.rst
.. image:: https://img.shields.io/pypi/v/configparser.svg
:target: https://pypi.org/project/configparser
.. image:: https://img.shields.io/pypi/pyversions/configparser.svg
.. image:: https://github.com/jaraco/configparser/actions/workflows/main.yml/badge.svg
:target: https://github.com/jaraco/configparser/actions?query=workflow%3A%22tests%22
:alt: tests
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff
.. image:: https://readthedocs.org/projects/configparser/badge/?version=latest
:target: https://configparser.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/skeleton-2025-informational
:target: https://blog.jaraco.com/skeleton
.. image:: https://tidelift.com/badges/package/pypi/configparser
:target: https://tidelift.com/subscription/pkg/pypi-configparser?utm_source=pypi-configparser&utm_medium=readme
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:
* `configparser repository `_
* `configparser issue tracker `_
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 `_.
Owner
- Name: Jason R. Coombs
- Login: jaraco
- Kind: user
- Location: Pittsburgh, PA, USA
- Website: https://www.jaraco.com
- Twitter: jaraco
- Repositories: 228
- Profile: https://github.com/jaraco
GitHub Events
Total
- Create event: 1
- Commit comment event: 1
- Release event: 1
- Watch event: 1
- Push event: 12
- Fork event: 1
Last Year
- Create event: 1
- Commit comment event: 1
- Release event: 1
- Watch event: 1
- Push event: 12
- Fork event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jason R. Coombs | j****o@j****m | 549 |
| Łukasz Langa | l****z@l****l | 34 |
| Dimitri Papadopoulos Orfanos | 3****s | 9 |
| Avasam | s****6@h****m | 7 |
| Anderson Bravalheri | a****i@g****m | 6 |
| Sviatoslav Sydorenko | w****b@s****a | 6 |
| Hugo van Kemenade | h****k | 4 |
| Bartosz Sławecki | b****i@g****m | 3 |
| Christian Clauss | c****s@m****m | 2 |
| Anthony Sottile | a****e@u****u | 2 |
| George Hartzell | h****l@a****m | 1 |
| Brian Rutledge | b****n@b****m | 1 |
| Joyce | j****u@g****m | 1 |
| Alan Fregtman | 9****x | 1 |
| KOLANICH | k****n@m****u | 1 |
| Sebastian Kriems | s****s | 1 |
| Vincent Fazio | v****o@x****m | 1 |
| Zach Burnett | z****t@g****m | 1 |
| johnthagen | j****n | 1 |
| layday | 3****y | 1 |
| wim glenn | w****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
xes-inc.com: 1
mail.ru: 1
bhrutledge.com: 1
alerce.com: 1
umich.edu: 1
me.com: 1
sydorenko.org.ua: 1
langa.pl: 1
jaraco.com: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 62
- Total pull requests: 10
- Average time to close issues: 7 months
- Average time to close pull requests: about 11 hours
- Total issue authors: 31
- Total pull request authors: 4
- Average comments per issue: 3.06
- Average comments per pull request: 0.7
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jaraco (30)
- jakirkham (2)
- sahumada (2)
- kmaheshwari-splunk (1)
- Nisutec (1)
- rogerganga (1)
- slel (1)
- nikolaystanishev (1)
- idgserpro (1)
- Harmon758 (1)
- masterbpro (1)
- rawheel (1)
- Vickygum (1)
- BartoszCki (1)
- Yarboa (1)
Pull Request Authors
- jaraco (5)
- asottile (2)
- graingert (1)
- briandailey (1)
Top Labels
Issue Labels
bug (19)
major (13)
invalid (8)
minor (5)
critical (2)
question (2)
duplicate (2)
proposal (2)
enhancement (1)
wontfix (1)
trivial (1)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 10,524,166 last-month
- Total docker downloads: 92,367,184
-
Total dependent packages: 582
(may contain duplicates) -
Total dependent repositories: 21,431
(may contain duplicates) - Total versions: 40
- Total maintainers: 2
pypi.org: configparser
Updated configparser from stdlib for earlier Pythons.
- Documentation: https://configparser.readthedocs.io/
- License: MIT License
-
Latest release: 7.2.0
published over 1 year ago
Rankings
Dependent packages count: 0.0%
Dependent repos count: 0.1%
Docker downloads count: 0.1%
Downloads: 0.1%
Average: 3.5%
Forks count: 10.0%
Stargazers count: 11.0%
Last synced:
10 months ago
anaconda.org: configparser
This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files.
- Homepage: https://github.com/jaraco/configparser
- License: MIT
-
Latest release: 7.2.0
published 11 months ago
Rankings
Dependent repos count: 19.6%
Average: 20.0%
Dependent packages count: 20.4%
Last synced:
10 months ago
Dependencies
.github/workflows/main.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- re-actors/alls-green release/v1 composite
pyproject.toml
pypi