yini-parser-python is now public - feedback and early testing welcome

I recently made yini-parser-python public.

It is a Python parser for YINI - an INI-inspired, indentation-insensitive configuration format with explicit nested sections and predictable parsing rules.

The package is also on PyPI: pypi.org/project/yini-parser

YINI is still a young project and the spec is moving toward its first stable 1.0.0 release. That is exactly why I want feedback now - before things solidify. If something looks unclear, surprising, fragile, or difficult to maintain, I would rather hear about it at this stage than after the format is locked.