addonfactory-splunk-conf-parser-lib


Nameaddonfactory-splunk-conf-parser-lib JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://github.com/splunk/addonfactory-splunk-conf-parser-lib
SummarySplunk .conf files parser
upload_time2024-08-08 10:29:13
maintainerNone
docs_urlNone
authorSplunk
requires_python<4.0,>=3.7
licenseNone
keywords splunk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # addonfactory_splunk_conf_parser_lib

This repository provides a one-file library to parse Splunk-specific `.conf` files.

Currently, it supports:

1. Read/write .conf files with comments
2. Additional comment prefix such as *
3. Support multiline end with \

## Development

This project uses `poetry 1.5.1`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/splunk/addonfactory-splunk-conf-parser-lib",
    "name": "addonfactory-splunk-conf-parser-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "splunk",
    "author": "Splunk",
    "author_email": "addonfactory@splunk.com",
    "download_url": "https://files.pythonhosted.org/packages/78/80/bb7c96641b6bfbb12b4b9bc518b1a27bb780d4dc6c24186e8d72e6c72b44/addonfactory_splunk_conf_parser_lib-0.4.2.tar.gz",
    "platform": null,
    "description": "# addonfactory_splunk_conf_parser_lib\n\nThis repository provides a one-file library to parse Splunk-specific `.conf` files.\n\nCurrently, it supports:\n\n1. Read/write .conf files with comments\n2. Additional comment prefix such as *\n3. Support multiline end with \\\n\n## Development\n\nThis project uses `poetry 1.5.1`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Splunk .conf files parser",
    "version": "0.4.2",
    "project_urls": {
        "Homepage": "https://github.com/splunk/addonfactory-splunk-conf-parser-lib",
        "Repository": "https://github.com/splunk/addonfactory-splunk-conf-parser-lib"
    },
    "split_keywords": [
        "splunk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efdd00c99ddc7a52a8e1ca6ed2676d1d05745b2007994ee4c83c165d567c28be",
                "md5": "04612864630ef6824f534c1b6ac364f9",
                "sha256": "e36cfdd9e6d1d57aca8c6c24497d122e0771dfde3a46ef70e88d73f3900efcd2"
            },
            "downloads": -1,
            "filename": "addonfactory_splunk_conf_parser_lib-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04612864630ef6824f534c1b6ac364f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 8514,
            "upload_time": "2024-08-08T10:29:11",
            "upload_time_iso_8601": "2024-08-08T10:29:11.643487Z",
            "url": "https://files.pythonhosted.org/packages/ef/dd/00c99ddc7a52a8e1ca6ed2676d1d05745b2007994ee4c83c165d567c28be/addonfactory_splunk_conf_parser_lib-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7880bb7c96641b6bfbb12b4b9bc518b1a27bb780d4dc6c24186e8d72e6c72b44",
                "md5": "1e390479d75747630315d6c0ed78b6be",
                "sha256": "57043e67687ba16f25648796e35024d535dcdae39039064d9f4f0c080e825e8f"
            },
            "downloads": -1,
            "filename": "addonfactory_splunk_conf_parser_lib-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1e390479d75747630315d6c0ed78b6be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 7481,
            "upload_time": "2024-08-08T10:29:13",
            "upload_time_iso_8601": "2024-08-08T10:29:13.140568Z",
            "url": "https://files.pythonhosted.org/packages/78/80/bb7c96641b6bfbb12b4b9bc518b1a27bb780d4dc6c24186e8d72e6c72b44/addonfactory_splunk_conf_parser_lib-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 10:29:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "splunk",
    "github_project": "addonfactory-splunk-conf-parser-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "addonfactory-splunk-conf-parser-lib"
}
        
Elapsed time: 0.63113s