Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

config-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-toolkit

Lightweight configuration toolkit for Python applications

pipPyPI
Version
1.0.11
Maintainers
1

config-toolkit

Lightweight configuration toolkit for Python applications.

Features

  • Multi-source config loading (env, files, dicts)
  • Environment variable prefix mapping
  • Nested key access with dot notation
  • Config validation and type coercion
  • Thread-safe configuration management

Installation

pip install config-toolkit

Quick Start

from config_toolkit import ConfigManager
cfg = ConfigManager(defaults={"debug": False})

Keywords

config configuration toolkit settings env

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts