configobj


Nameconfigobj JSON
Version 5.0.9 PyPI version JSON
download
home_pagehttps://github.com/DiffSK/configobj
SummaryConfig file reading, writing and validation.
upload_time2024-09-21 12:47:46
maintainerNone
docs_urlNone
authorRob Dennis, Eli Courtwright (Michael Foord & Nicola Larosa original maintainers)
requires_python>=3.7
licenseBSD-3-Clause
keywords config ini dictionary application admin sysadmin configuration validation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            **ConfigObj** is a simple but powerful config file reader and writer: an *ini
file round tripper*. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config files.

List of Features
----------------

* Nested sections (subsections), to any level
* List values
* Multiple line values
* Full Unicode support
* String interpolation (substitution)
* Integrated with a powerful validation system

    - including automatic type checking/conversion
    - and allowing default values
    - repeated sections

* All comments in the file are preserved
* The order of keys/sections is preserved
* Powerful ``unrepr`` mode for storing/retrieving Python data-types

Changelog
---------

Release 5.0.9
"""""""""""""

* drop support for Python 2 and <3.7
* fix CVE-2023-26112, ReDoS attack

Release 5.0.8
"""""""""""""

* fixing/test for a regression introduced in 5.0.7 that prevented ``import validate`` from working


Release 5.0.7
"""""""""""""

* update testing to validate against python version 2.7 and 3.5-3.11
* update broken links / non-existent services and references

Older Releases
""""""""""""""

* Release 5.0.6 improves error messages in certain edge cases
* Release 5.0.5 corrects a unicode-bug that still existed in writing files
* Release 5.0.4 corrects a unicode-bug that still existed in reading files after
  fixing lists of string in 5.0.3
* Release 5.0.3 corrects errors related to the incorrectly handling unicode
  encoding and writing out files
* Release 5.0.2 adds a specific error message when trying to install on
  Python versions older than 2.5
* Release 5.0.1 fixes a regression with unicode conversion not happening
  in certain cases PY2
* Release 5.0.0 updates the supported Python versions to 2.6, 2.7, 3.2, 3.3
  and is otherwise unchanged
* Release 4.7.2 fixes several bugs in 4.7.1
* Release 4.7.1 fixes a bug with the deprecated options keyword in 4.7.0.
* Release 4.7.0 improves performance adds features for validation and
  fixes some bugs.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DiffSK/configobj",
    "name": "configobj",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "config, ini, dictionary, application, admin, sysadmin, configuration, validation",
    "author": "Rob Dennis, Eli Courtwright (Michael Foord & Nicola Larosa original maintainers)",
    "author_email": "rdennis+configobj@gmail.com, eli@courtwright.org, michael@python.org, nico@tekNico.net",
    "download_url": "https://files.pythonhosted.org/packages/f5/c4/c7f9e41bc2e5f8eeae4a08a01c91b2aea3dfab40a3e14b25e87e7db8d501/configobj-5.0.9.tar.gz",
    "platform": null,
    "description": "**ConfigObj** is a simple but powerful config file reader and writer: an *ini\nfile round tripper*. Its main feature is that it is very easy to use, with a\nstraightforward programmer's interface and a simple syntax for config files.\n\nList of Features\n----------------\n\n* Nested sections (subsections), to any level\n* List values\n* Multiple line values\n* Full Unicode support\n* String interpolation (substitution)\n* Integrated with a powerful validation system\n\n    - including automatic type checking/conversion\n    - and allowing default values\n    - repeated sections\n\n* All comments in the file are preserved\n* The order of keys/sections is preserved\n* Powerful ``unrepr`` mode for storing/retrieving Python data-types\n\nChangelog\n---------\n\nRelease 5.0.9\n\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n* drop support for Python 2 and <3.7\n* fix CVE-2023-26112, ReDoS attack\n\nRelease 5.0.8\n\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n* fixing/test for a regression introduced in 5.0.7 that prevented ``import validate`` from working\n\n\nRelease 5.0.7\n\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n* update testing to validate against python version 2.7 and 3.5-3.11\n* update broken links / non-existent services and references\n\nOlder Releases\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n* Release 5.0.6 improves error messages in certain edge cases\n* Release 5.0.5 corrects a unicode-bug that still existed in writing files\n* Release 5.0.4 corrects a unicode-bug that still existed in reading files after\n  fixing lists of string in 5.0.3\n* Release 5.0.3 corrects errors related to the incorrectly handling unicode\n  encoding and writing out files\n* Release 5.0.2 adds a specific error message when trying to install on\n  Python versions older than 2.5\n* Release 5.0.1 fixes a regression with unicode conversion not happening\n  in certain cases PY2\n* Release 5.0.0 updates the supported Python versions to 2.6, 2.7, 3.2, 3.3\n  and is otherwise unchanged\n* Release 4.7.2 fixes several bugs in 4.7.1\n* Release 4.7.1 fixes a bug with the deprecated options keyword in 4.7.0.\n* Release 4.7.0 improves performance adds features for validation and\n  fixes some bugs.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Config file reading, writing and validation.",
    "version": "5.0.9",
    "project_urls": {
        "Homepage": "https://github.com/DiffSK/configobj"
    },
    "split_keywords": [
        "config",
        " ini",
        " dictionary",
        " application",
        " admin",
        " sysadmin",
        " configuration",
        " validation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5c4c7f9e41bc2e5f8eeae4a08a01c91b2aea3dfab40a3e14b25e87e7db8d501",
                "md5": "496b60edcd943a900ddc0cb04132e81c",
                "sha256": "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848"
            },
            "downloads": -1,
            "filename": "configobj-5.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "496b60edcd943a900ddc0cb04132e81c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 101518,
            "upload_time": "2024-09-21T12:47:46",
            "upload_time_iso_8601": "2024-09-21T12:47:46.315473Z",
            "url": "https://files.pythonhosted.org/packages/f5/c4/c7f9e41bc2e5f8eeae4a08a01c91b2aea3dfab40a3e14b25e87e7db8d501/configobj-5.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 12:47:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DiffSK",
    "github_project": "configobj",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "configobj"
}
        
Elapsed time: 0.34771s