API documentation
Module | Description |
---|---|
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. |