Export render data from godot

How feasible is it to export per-frame render data—such as culling results, camera position, light sources, and similar information—from godot to a standalone renderer written in another language, like Python, that uses a Vulkan backend? What are the potential approaches for data exchange, and how complex would it be to implement this integration?