nigredo-config-loader


Namenigredo-config-loader JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryA simple parser for custom configuration file format.
upload_time2025-08-08 06:15:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords config parser ini loader nigredo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nigredo Config Loader

A simple parser for a custom configuration file format that supports data types, lists, and dictionaries.

## Install

```bash
pip install nigredo-config-loader

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nigredo-config-loader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "config, parser, ini, loader, nigredo",
    "author": null,
    "author_email": "stavrmoris <stavrmoris@yandex.com>",
    "download_url": "https://files.pythonhosted.org/packages/ff/0e/a0df707fc2572275c73e0fbdfc815268091f210d0b8e5270f8e0c77e2692/nigredo_config_loader-0.2.3.tar.gz",
    "platform": null,
    "description": "# Nigredo Config Loader\r\n\r\nA simple parser for a custom configuration file format that supports data types, lists, and dictionaries.\r\n\r\n## Install\r\n\r\n```bash\r\npip install nigredo-config-loader\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple parser for custom configuration file format.",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/stavrmoris/nigredo-config-loader"
    },
    "split_keywords": [
        "config",
        " parser",
        " ini",
        " loader",
        " nigredo"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "957ab3d7d505e4331a1c2696ceb7d1db5ede6d8ec8eb3b80fb1e8927e26e3353",
                "md5": "b5d3ceb983295bf66ad98e4ff020eeb6",
                "sha256": "2caa7b354e50317d047937365e15fe2627afc4d9a70de04f7795da57afe4a32f"
            },
            "downloads": -1,
            "filename": "nigredo_config_loader-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5d3ceb983295bf66ad98e4ff020eeb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5066,
            "upload_time": "2025-08-08T06:15:26",
            "upload_time_iso_8601": "2025-08-08T06:15:26.461427Z",
            "url": "https://files.pythonhosted.org/packages/95/7a/b3d7d505e4331a1c2696ceb7d1db5ede6d8ec8eb3b80fb1e8927e26e3353/nigredo_config_loader-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff0ea0df707fc2572275c73e0fbdfc815268091f210d0b8e5270f8e0c77e2692",
                "md5": "3669902db9425a53a6b1286a3b65f200",
                "sha256": "6c979f372e53693b8fabf59b673cd0e75993df8ccb349ede1a9ec4ab9eefe939"
            },
            "downloads": -1,
            "filename": "nigredo_config_loader-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3669902db9425a53a6b1286a3b65f200",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4511,
            "upload_time": "2025-08-08T06:15:27",
            "upload_time_iso_8601": "2025-08-08T06:15:27.315356Z",
            "url": "https://files.pythonhosted.org/packages/ff/0e/a0df707fc2572275c73e0fbdfc815268091f210d0b8e5270f8e0c77e2692/nigredo_config_loader-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 06:15:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stavrmoris",
    "github_project": "nigredo-config-loader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nigredo-config-loader"
}
        
Elapsed time: 0.76436s