eyconf.generate_yaml¶
Generate a default yaml file from a dataclass schema.
This is relatively dirty and not all edge cases might be covered. Works for most simple cases though.
Functions
|
Generate a yaml string from a dataclass schema. |
Classes
|
A comment line of yaml content. |
An empty line of yaml content. |
|
|
A line of yaml content. |
|
A map line of yaml content. |
|
A section line of yaml content. |
|
A sequence line of yaml content. |
Module Functions