New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

jsonconfig-utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonconfig-utils

Lightweight JSON configuration loader with environment variable interpolation

pipPyPI
Version
1.0.11
Maintainers
1

jsonconfig-utils

Simple JSON config loader with env var interpolation, schema validation, and nested key access.

Installation

pip install jsonconfig-utils

Quick Start

from jsonconfig_utils import load_config
config = load_config("config.json")
print(config.database.host)

Keywords

json config configuration env loader

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