# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| python3-lazr.config: python3-lazr.config (Create, process, validate configuration schemas) python3-lazr.config: python3-lazr.config: The LAZR config system is typically used to manage process python3-lazr.config: configuration. python3-lazr.config: Process configuration is for saying how things change when we python3-lazr.config: run systems on different machines, or under different circumstances. python3-lazr.config: python3-lazr.config: This system uses ini-like file format of section, keys, and values. python3-lazr.config: The config file supports inheritance to minimize duplication of python3-lazr.config: information across files. python3-lazr.config: The format supports schema validation.