python-jpy

Bi-directional Python-Java bridge

Description

jpy is a **bi-directional** Python-Java bridge which you can use to embed Java code in Python programs or the other way round. It has been designed particularly with regard to maximum data transfer speed between the two languages. It comes with a number of outstanding features:

 * Fully translates Java class hierarchies to Python
 * Transparently handles Java method overloading
 * Support of Java multi-threading
 * Fast and memory-efficient support of primitive Java array parameters via
  `Python buffers <http://docs.python.org/3.3/c-api/buffer.html>`_
 * Support of Java methods that modify primitive Java array parameters
    (mutable parameters)
 * Java arrays translate into Python sequence objects
 * Java API for accessing Python objects (``jpy.jar``)

This package provides the Python interface.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/bcdev/jpy.git


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-jpy