Metadata-Version: 2.3
Name: corelibs-settings-loader
Version: 1.0.1
Summary: CoreLibs config file settings loader
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Dist: corelibs-iterator>=1.0.0
Requires-Dist: corelibs-log>=1.0.0
Requires-Dist: corelibs-regex-checks>=1.0.0
Requires-Dist: corelibs-var>=1.0.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python Settings Loader

This is part of the Python CoreLibs

## Overview

Load settings from a config file setup with configparser.

## Install

```sh
uv add --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ corelibs-settings-loader
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
