New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

coredxloader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coredxloader

Flexible configuration loader for Python (JSON, YAML, TOML, env) with validation and overrides.

pipPyPI
Version
0.1.1
Maintainers
1

coredxloader

Configurable loader for JSON, YAML, TOML, and .env files with schema validation, defaults, and overrides.

Install

pip install coredxloader

Or from this directory:

pip install .

Usage

from coredxloader import CoreLoader, __version__

cfg = CoreLoader()
cfg.load(["config/app.json"])
print(cfg.get("some.key"))

After install, you can also run:

python -m coredxloader

or the coredxloader console command (same entry point).

See coredxloader.loader for the full API.

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