__init__.py |
|
108 |
parse.py |
Parse an .ini file into a message resource.
The parsed resource will not include any metadata.
|
3810 |
serialize.py |
Serialize a resource as the contents of an .ini file.
Anonymous sections are not supported.
Multi-part section and message identifiers will be joined with `.` between each part.
Metadata is not supported.
Comment lines not starting with `#` will be separated from their `#` prefix with a space.
Yields each entry, continuation line, comment, and empty line separately.
Re-parsing a serialized .ini file is not guaranteed to result in the same Resource,
as the serialization may lose information about metadata.
|
3760 |