configobj


Nameconfigobj JSON
Version 5.0.8 PyPI version JSON
download
home_pagehttps://github.com/DiffSK/configobj
SummaryConfig file reading, writing and validation.
upload_time2023-01-18 22:34:47
maintainer
docs_urlNone
authorRob Dennis, Eli Courtwright (Michael Foord & Nicola Larosa original maintainers)
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
licenseBSD (2 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.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": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
    "maintainer_email": "",
    "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/cb/87/17d4c6d634c044ab08b11c0cd2a8a136d103713d438f8792d7be2c5148fb/configobj-5.0.8.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.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\n",
    "bugtrack_url": null,
    "license": "BSD (2 clause)",
    "summary": "Config file reading, writing and validation.",
    "version": "5.0.8",
    "split_keywords": [
        "config",
        "ini",
        "dictionary",
        "application",
        "admin",
        "sysadmin",
        "configuration",
        "validation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3bbd10e531b297dd1d46f6b1fd11d018247af9f2d460037554bb7bb9011c6ac",
                "md5": "74b7399c2d1bf2948289865a3a0a7c40",
                "sha256": "a7a8c6ab7daade85c3f329931a807c8aee750a2494363934f8ea84d8a54c87ea"
            },
            "downloads": -1,
            "filename": "configobj-5.0.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74b7399c2d1bf2948289865a3a0a7c40",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
            "size": 36180,
            "upload_time": "2023-01-18T22:34:42",
            "upload_time_iso_8601": "2023-01-18T22:34:42.431320Z",
            "url": "https://files.pythonhosted.org/packages/d3/bb/d10e531b297dd1d46f6b1fd11d018247af9f2d460037554bb7bb9011c6ac/configobj-5.0.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c53e447e55d195e2d9859822766a0df3abd8f41574d8ec4e8b545e8fadbbef6",
                "md5": "10994bb58b44f5fc51e28cb87e460348",
                "sha256": "d808d7e04e6f81fbb23d5ac2cd50e69ccbee58eaf9360eb89ede22d93216a314"
            },
            "downloads": -1,
            "filename": "configobj-5.0.8-py3.8.egg",
            "has_sig": false,
            "md5_digest": "10994bb58b44f5fc51e28cb87e460348",
            "packagetype": "bdist_egg",
            "python_version": "5.0.8",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
            "size": 72229,
            "upload_time": "2023-01-18T22:34:44",
            "upload_time_iso_8601": "2023-01-18T22:34:44.716196Z",
            "url": "https://files.pythonhosted.org/packages/3c/53/e447e55d195e2d9859822766a0df3abd8f41574d8ec4e8b545e8fadbbef6/configobj-5.0.8-py3.8.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb8717d4c6d634c044ab08b11c0cd2a8a136d103713d438f8792d7be2c5148fb",
                "md5": "8dda7b31bb3aea87ecfe3b7a87812b17",
                "sha256": "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97"
            },
            "downloads": -1,
            "filename": "configobj-5.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "8dda7b31bb3aea87ecfe3b7a87812b17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
            "size": 38012,
            "upload_time": "2023-01-18T22:34:47",
            "upload_time_iso_8601": "2023-01-18T22:34:47.063459Z",
            "url": "https://files.pythonhosted.org/packages/cb/87/17d4c6d634c044ab08b11c0cd2a8a136d103713d438f8792d7be2c5148fb/configobj-5.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 22:34:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "DiffSK",
    "github_project": "configobj",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "configobj"
}
        
Elapsed time: 0.02888s