{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Loads, validates, and reads configuration from multiple file formats into typed namespaces, with optional hot-reloading support.","skillfed_tags":["configuration-management","yaml-ini-parser","hot-reload"],"use_cases":["Load application settings from a YAML file, then override specific values with environment variables.","Manage separate configuration namespaces for different services or environments within a single application.","Implement configuration hot-reloading in a long-running service that needs to pick up changes without restarting.","Merge configuration from multiple sources in a predictable order with later sources overriding earlier ones.","Read and validate typed configuration values with automatic conversion from string sources."],"what_it_does":"PyStaticConfiguration is a configuration management library that separates loading and reading into two distinct phases. In the loading phase, it reads configuration from files or Python objects, flattens the data, and stores it in named namespaces. In the reading phase, it retrieves values from those namespaces, validates them, and converts them to requested types. The library supports merging configuration from multiple sources in sequence and can optionally watch files for changes and reload them with minimal code changes.\n\nThe package is designed for applications that need to manage configuration across heterogeneous sources\u2014combining defaults from global files, user overrides, and environment variables. It trades active maintenance for stability: the codebase is marked Production/Stable and has been in use since its early releases, but the last release was in October 2022 and there are no recent commits. It depends only on typing-extensions, making it lightweight to install.","worth_installing":"Yes, if you need multi-format configuration loading with type validation and your project targets Python 3.6+. The library is stable and has low install friction, but be aware that maintenance is stalled\u2014last release was October 2022 with no recent commits. It is suitable for established applications that do not require active development, but consider alternatives if you need ongoing support or modern dependency updates."},"id":"pystaticconfiguration","links":{"html":"https://skillfed.io/packages/pystaticconfiguration","md":"https://skillfed.io/packages/pystaticconfiguration.md","pypi":"https://pypi.org/project/pystaticconfiguration/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2022-10-22","license_spdx":null,"license_treatment":"permissive","name":"PyStaticConfiguration","python_support":"supports_current","summary":"A python library for loading static configuration"},"popularity":{"monthly_downloads":124825,"position":11851,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.11.1"}
