One of the many issues with Spring is that abstractions it provides are extremely leaky [1]. It leaks frequently and when it does, an engineer is faced with the need to comprehend a pile of technology that was supposed to be abstracted away in the first place.
upghost•1h ago
[1]: https://github.com/nexusflowai/NexusRaven-V2
max-privatevoid•38m ago
upghost•5m ago
You don't really have to parse the output, Python already has a parser in the form of the AST library[1].
But I get your drift. Depending on your workflow this could seem like more work.
[1]: https://docs.python.org/3/library/ast.html#module-ast