Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 454 Bytes

File metadata and controls

7 lines (4 loc) · 454 Bytes

Configuration

How portable-python is configured, and how settings are merged and overridden.

  • portable-python.yml - The config file: sections, per-module keys, path templates, and platform overrides.

Configuration is loaded and merged by Config. The built-in DEFAULT_CONFIG provides defaults; user files layer on top, with platform-specific sections winning over generic ones.