Metadata-Version: 2.3
Name: tomlcfg
Version: 0.1.0
Summary: Lightweight interface class model with toml configuration
License: MIT
Keywords: config,configuration,toml,merge
Author: Olezhich
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# 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**


