In the current project, I created Python code to interact with a specific data source; I am now working on a version of Scala.
I rebuilt everything so that all of the Python code is in src/main/python in the SBT project for my Scala code, but it made me wonder: is there any good way to integrate project management between the two? To configure SBT so that I can run python distutils / sdist generation or create sphinx document as SBT tasks?
Or, in a more general sense: is there a standard method for starting arbitrary system tasks via SBT?
source share