Python Package Index

local Python Package Index (PyPI)

corelibs-settings-loader (1.0.0)

Published 2026-02-10 18:40:42 +09:00 by clemens

Installation

pip install --index-url https://git.gullevek.org/api/packages/PyPI/pypi/simple/ --extra-index-url https://pypi.org/simple corelibs-settings-loader

About this package

CoreLibs config file settings loader

CoreLibs Python Settings Loader

This is part of the Python CoreLibs

Overview

Load settings from a config file setup with configparser.

Install

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

UV setup

uv must be installed

Python venv setup

After clone, run the command below to install all dependenciss

uv sync

Build and Publish

uv build
uv publish --index opj-pypi --token <gitea token>

Python tests

All python tests are the tests/ folder. They are structured by the source folder layout

run them with

uv run pytest

Get a coverate report

uv run pytest --cov=<project>
uv run pytest --cov=<project> --cov-report=term-missing

Other tests

In the test-run folder usage and run tests are located, runt them below

uv run test-run/<script>

Requirements

Requires Python: >=3.13
Details
PyPI
2026-02-10 18:40:42 +09:00
0
Clemens Schwaighofer
18 KiB
Assets (2)
Versions (5) View all
2.0.1 2026-03-13
2.0.0 2026-03-12
1.1.0 2026-03-05
1.0.1 2026-02-13
1.0.0 2026-02-10