I've very interested in writing a python wrapper for an open source scala project. However, there doesnt seem to be much documentation on the process online. Does anyone have any information they could please share?
A quick look into Google results shows several ways to use Python to interact with Java libraries, I'd check that first as Scala compiles to Java class files, another way is to look how Spark provides Python support while being written in Scala.