Using PyNetworkTables with Java Configured RoboRio

So I have created some vision software for the Raspberry Pi, and I was planning on using PyNetworkTables to communicate the final values of the code on the Pi side over to the RoboRio side. The documentation on PyNetworkTables is unclear about compatibility with Java on the RoboRio, and I was wondering if any of you had any experience with it.

TL;DR: Is is possible to use PyNetworkTables to make a Raspberry Pi send values to a Java configured RoboRio?

NetworkTables doesn’t know or care about how the values are getting read.

It’s a bit like a website that doesn’t care what browser you use. Chrome, Firefox, Opera, Safari, IE, it doesn’t matter. Same for NetworkTables.

This helps a lot. Thank you and good luck with the remainder of build season