API documentation
Module | Description |
---|---|
configy.backend.arguments | Backend to look up configuration values in command-line arguments |
configy.backend.environment | Backend to look up configuration values in environment variables |
configy.backend.keyvalue | A generic key-value backend to allow associating path to values |
configy.backend.multi | A backend that is composed of multiple backends |
configy.backend.node | Abstract away the underlying node type implementation |
configy.backend.yaml | A backend that can parse YAML (and JSON) documents |
configy.attributes | Define UDAs that can be applied to a configuration struct |
configy.easy | Provide the suggested default configuration for applications |
configy.exceptions | Definitions for Exceptions used by the config module. |
configy.fieldref | Implement a template to keep track of a field references |
configy.read | Utilities to fill a struct representing the configuration with the content of a document. |
configy.utils | Utilities used internally by the config parser. |