You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 1ff20905cf
python/py4j: Fix slack-desc.
9 years ago
..
README python/py4j: Added (bridge between Python and Java). 12 years ago
py4j.SlackBuild python/py4j: Updated for version 0.8.2. 11 years ago
py4j.info python/py4j: Noted orphan status (no SBo maintainer). 10 years ago
slack-desc python/py4j: Fix slack-desc. 9 years ago

README

Py4J enables Python programs running in a Python interpreter to dynamically
access Java objects in a Java Virtual Machine. Methods are called as if the
Java objects resided in the Python interpreter and Java collections can be
accessed through standard Python collection methods. Py4J also enables Java
programs to call back Python objects.