slackbuilds/python/py4j
B. Watson 1ff20905cf
python/py4j: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README
py4j.SlackBuild python/py4j: Updated for version 0.8.2. 2014-10-18 07:00:02 +07:00
py4j.info python/py4j: Noted orphan status (no SBo maintainer). 2016-02-23 00:57:41 +07:00
slack-desc python/py4j: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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.