{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"lazr.config lets you define configuration schemas and validate configurations against them, handling parsing and processing of configuration data.","skillfed_tags":["configuration-management","schema-validation"],"use_cases":["Define and enforce a schema for application configuration files to catch errors early.","Validate user-supplied configuration data before passing it to application logic.","Build configuration management systems that require structured, typed configuration.","Parse and validate configuration in tools or frameworks that need strict schema compliance.","Integrate configuration validation into Zope-based applications."],"what_it_does":"lazr.config is a configuration management library that lets you define schemas for configuration data and validate configurations against those schemas. It handles the parsing and processing of configuration files, ensuring they conform to a declared structure. The package is built on zope.interface and lazr.delegates, integrating with the Zope ecosystem.\n\nYou use it by defining a schema that specifies what configuration keys and values are allowed, then passing configuration data through that schema for validation. It's useful when you need structured, validated configuration rather than ad-hoc parsing of raw config files.","worth_installing":"Yes, if you need declarative configuration schema validation. Low install friction, active maintenance, no known vulnerabilities, and copyleft licensing is straightforward for most projects. Install it if your application requires validated, schema-driven configuration; skip it if you're handling simple key-value configs or prefer runtime validation."},"id":"lazr-config","links":{"html":"https://skillfed.io/packages/lazr-config","md":"https://skillfed.io/packages/lazr-config.md","pypi":"https://pypi.org/project/lazr-config/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-01","license_spdx":null,"license_treatment":"copyleft","name":"lazr.config","python_support":"supports_current","summary":"Create configuration schemas, and process and validate configurations."},"popularity":{"monthly_downloads":661030,"position":5454,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0.0"}
