iniparse


Nameiniparse JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://github.com/candlepin/python-iniparse
SummaryAccessing and Modifying INI files
upload_time2020-01-29 14:12:35
maintainer
docs_urlNone
authorParamjit Oberoi
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves structure of INI
files (order of sections & options, indentation, comments, and blank
lines are preserved when data is updated), and is more convenient to
use.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/candlepin/python-iniparse",
    "name": "iniparse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Paramjit Oberoi",
    "author_email": "chainsaw@redhat.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/9a/02beaf11fc9ea7829d3a9041536934cd03990e09c359724f99ee6bd2b41b/iniparse-0.5.tar.gz",
    "platform": "",
    "description": "iniparse is an INI parser for Python which is API compatible\nwith the standard library's ConfigParser, preserves structure of INI\nfiles (order of sections & options, indentation, comments, and blank\nlines are preserved when data is updated), and is more convenient to\nuse.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Accessing and Modifying INI files",
    "version": "0.5",
    "project_urls": {
        "Homepage": "https://github.com/candlepin/python-iniparse"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8756e38718ed1f13b54bfb5a2f042b7ce4b51d009ca2a515fefaa6f4098b025",
                "md5": "628e7a45e0e6e538513d87bdda0843cb",
                "sha256": "88ca60473b1637055a937933d48840be1b1b6835f381a6158ef118a532583675"
            },
            "downloads": -1,
            "filename": "iniparse-0.5-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "628e7a45e0e6e538513d87bdda0843cb",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 25566,
            "upload_time": "2020-01-29T14:12:32",
            "upload_time_iso_8601": "2020-01-29T14:12:32.702697Z",
            "url": "https://files.pythonhosted.org/packages/a8/75/6e38718ed1f13b54bfb5a2f042b7ce4b51d009ca2a515fefaa6f4098b025/iniparse-0.5-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fb04d357324948188e76154b332e119fb28e374c1ebe4d4f6bca729aaa44309",
                "md5": "a7ecf8d239f179235be3480b3adfe6ed",
                "sha256": "db6ef1d8a02395448e0e7b17ac0aa28b8d338b632bbd1ffca08c02ddae32cf97"
            },
            "downloads": -1,
            "filename": "iniparse-0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7ecf8d239f179235be3480b3adfe6ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24445,
            "upload_time": "2020-01-29T14:12:34",
            "upload_time_iso_8601": "2020-01-29T14:12:34.068751Z",
            "url": "https://files.pythonhosted.org/packages/5f/b0/4d357324948188e76154b332e119fb28e374c1ebe4d4f6bca729aaa44309/iniparse-0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c9a02beaf11fc9ea7829d3a9041536934cd03990e09c359724f99ee6bd2b41b",
                "md5": "2054bab923df21107652d009f2373789",
                "sha256": "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842"
            },
            "downloads": -1,
            "filename": "iniparse-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2054bab923df21107652d009f2373789",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32233,
            "upload_time": "2020-01-29T14:12:35",
            "upload_time_iso_8601": "2020-01-29T14:12:35.567934Z",
            "url": "https://files.pythonhosted.org/packages/4c/9a/02beaf11fc9ea7829d3a9041536934cd03990e09c359724f99ee6bd2b41b/iniparse-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-01-29 14:12:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "candlepin",
    "github_project": "python-iniparse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "iniparse"
}
        
Elapsed time: 0.26730s