tomlcfg


Nametomlcfg JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryLightweight interface class model with toml configuration
upload_time2025-07-20 17:46:32
maintainerNone
docs_urlNone
authorOlezhich
requires_python>=3.10
licenseMIT
keywords config configuration toml merge
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TomlCfg


[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://python.org)  
[![License](https://img.shields.io/github/license/Olezhich/TomlCfg )](https://github.com/Olezhich/TomlCfg/blob/main/LICENSE )
[![Build Status](https://github.com/Olezhich/TomlCfg/workflows/Run%20Tests%20on%20PR/badge.svg )](https://github.com/Olezhich/TomlCfg/actions )
[![Coverage Status](https://coveralls.io/repos/github/Olezhich/TomlCfg/badge.svg?branch=dev)](https://coveralls.io/github/Olezhich/TomlCfg?branch=dev)

Lightweight interface class model with toml configuration for Python

---

## ✨ Features

- Merge many configs to one dict
- Lightweight — only need `toml` lib
- Supports Python 3.10+

---

## 🚀 QuickStart
**Installation of the library**


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tomlcfg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "config, configuration, toml, merge",
    "author": "Olezhich",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d4/2c/3daf7cbefd1032999092befb2f038bd376099cebc8ddcbd83b39898a3799/tomlcfg-0.1.0.tar.gz",
    "platform": null,
    "description": "# TomlCfg\n\n\n[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://python.org)  \n[![License](https://img.shields.io/github/license/Olezhich/TomlCfg )](https://github.com/Olezhich/TomlCfg/blob/main/LICENSE )\n[![Build Status](https://github.com/Olezhich/TomlCfg/workflows/Run%20Tests%20on%20PR/badge.svg )](https://github.com/Olezhich/TomlCfg/actions )\n[![Coverage Status](https://coveralls.io/repos/github/Olezhich/TomlCfg/badge.svg?branch=dev)](https://coveralls.io/github/Olezhich/TomlCfg?branch=dev)\n\nLightweight interface class model with toml configuration for Python\n\n---\n\n## \u2728 Features\n\n- Merge many configs to one dict\n- Lightweight \u2014 only need `toml` lib\n- Supports Python 3.10+\n\n---\n\n## \ud83d\ude80 QuickStart\n**Installation of the library**\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Lightweight interface class model with toml configuration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "config",
        " configuration",
        " toml",
        " merge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17d63bde1d9d16205d371dd7e5b246eb5b7c25d52332915b33a74d62dbf4c4d5",
                "md5": "d46988f6d3587d99e8ef95c2ce022d94",
                "sha256": "65edf9c47cd1918fbf645629602e4efa12f7d7f64c01ca5362caf81164a2dff1"
            },
            "downloads": -1,
            "filename": "tomlcfg-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d46988f6d3587d99e8ef95c2ce022d94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3072,
            "upload_time": "2025-07-20T17:46:31",
            "upload_time_iso_8601": "2025-07-20T17:46:31.755816Z",
            "url": "https://files.pythonhosted.org/packages/17/d6/3bde1d9d16205d371dd7e5b246eb5b7c25d52332915b33a74d62dbf4c4d5/tomlcfg-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d42c3daf7cbefd1032999092befb2f038bd376099cebc8ddcbd83b39898a3799",
                "md5": "d4a2d1c357b0e883abb426b3a84c6324",
                "sha256": "1100e39454b23b2bee611c3c86c60e8475c6182e951c45508e04d91d28a0327f"
            },
            "downloads": -1,
            "filename": "tomlcfg-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d4a2d1c357b0e883abb426b3a84c6324",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2171,
            "upload_time": "2025-07-20T17:46:32",
            "upload_time_iso_8601": "2025-07-20T17:46:32.832223Z",
            "url": "https://files.pythonhosted.org/packages/d4/2c/3daf7cbefd1032999092befb2f038bd376099cebc8ddcbd83b39898a3799/tomlcfg-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-20 17:46:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tomlcfg"
}
        
Elapsed time: 0.77517s