Skip to content

DiffSK/configobj

release
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

configobj

Coverage Status PyPI version License

Python 3+ compatible port of the configobj library.

The Github CI/CD Pipeline runs tests on python versions:

  • 2.7
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10
  • 3.11

Documentation

You can find a full manual on how to use ConfigObj at readthedocs.

Status

This is a mature project that is not actively maintained at this time.

Past Contributors:

  • Michael Foord
    • original creator of configobj and validate and maintainer through version 4
  • Rob Dennis
    • released version 5 (first python 3-compatible release) in 2014, bringing the project to github
    • released the last maintenance release (until new maintainership is established) in 2023
  • Eli Courtwright
    • released version 5 (first python 3-compatible release) in 2014
  • Nicola Larosa
    • Contributions to the pre-version 5 codebase
  • Jürgen Hermann
    • day-to-day maintenance of the repo