Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
JavaJarFilePath, PythonPackageDirectory -> SelfContainedPythonWheel
Build and bundle a compiled Java JAR into a Python wheel's package data during the setup process to distribute a hybrid JVM/Python runtime.
Problem it solves
Distributing hybrid Java/Python frameworks requires co-locating JVM artifacts and Python packages in a single installable unit.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.