Changes between Version 23 and Version 24 of j2p
- Timestamp:
- 06/20/23 11:19:20 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v23 v24 8 8 * translates calls to external libraries 9 9 * pluggable translators supporting calls to external liraries 10 * can generate pip-installable zip file 10 * can generate pip-installable zip file that automatically (pip) installs all required dependencies. 11 11 * Another tool [https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/wiki/pyrunner library] supports running these python zip files from java. 12 * Handles java method overloading using the @dispatch annotation from multipledispatch. If your java code uses overloading, your python code will require multipledispatch installed 12 13 13 14 The repo contains the translator in the module named "core". The other modules, ending with "-t", are translator plug-ins described below.