addonfactory-splunk-conf-parser-lib


Nameaddonfactory-splunk-conf-parser-lib JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/splunk/addonfactory-splunk-conf-parser-lib
SummarySplunk .conf files parser
upload_time2023-10-09 10:54:43
maintainer
docs_urlNone
authorSplunk
requires_python>=3.7,<4.0
license
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": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "splunk",
    "author": "Splunk",
    "author_email": "addonfactory@splunk.com",
    "download_url": "https://files.pythonhosted.org/packages/73/3d/e096e3adf7b9ffe7c53ece96fdd81d81f4a156e93994579a80203e837a61/addonfactory_splunk_conf_parser_lib-0.4.0.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": "",
    "summary": "Splunk .conf files parser",
    "version": "0.4.0",
    "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": "46ae9624915dad96d73882f244426647a1e6bb9dbc48f924dee883723c0c92d1",
                "md5": "8fedfbaae116232e519fd9f6e7e7b2fa",
                "sha256": "9567b6c8cb87668c1120517fb6001f9cf3c04d07c923f57385b0bb025df42c24"
            },
            "downloads": -1,
            "filename": "addonfactory_splunk_conf_parser_lib-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fedfbaae116232e519fd9f6e7e7b2fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 8324,
            "upload_time": "2023-10-09T10:54:42",
            "upload_time_iso_8601": "2023-10-09T10:54:42.851808Z",
            "url": "https://files.pythonhosted.org/packages/46/ae/9624915dad96d73882f244426647a1e6bb9dbc48f924dee883723c0c92d1/addonfactory_splunk_conf_parser_lib-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "733de096e3adf7b9ffe7c53ece96fdd81d81f4a156e93994579a80203e837a61",
                "md5": "b1afc52459980c4577b0d8b119fb20d8",
                "sha256": "e892cd26dc9708512f864a397ed101579cceefe2c408ea5be2dc5032d2edf05d"
            },
            "downloads": -1,
            "filename": "addonfactory_splunk_conf_parser_lib-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b1afc52459980c4577b0d8b119fb20d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 7285,
            "upload_time": "2023-10-09T10:54:43",
            "upload_time_iso_8601": "2023-10-09T10:54:43.964291Z",
            "url": "https://files.pythonhosted.org/packages/73/3d/e096e3adf7b9ffe7c53ece96fdd81d81f4a156e93994579a80203e837a61/addonfactory_splunk_conf_parser_lib-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-09 10:54:43",
    "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.17723s