acarroll / jpy-conda

jpy as a conda package - required by snap-conda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpy as a conda package

This repo contains the conda packaging of the jpy project developed by Brockmann Consult GmbH.

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 (e.g. numpy arrays)
  • 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)

Check the jpy documentation https://jpy.readthedocs.io/en/latest/ for more details.

About

jpy as a conda package - required by snap-conda


Languages

Language:C 59.9%Language:Java 19.2%Language:Python 16.6%Language:Makefile 1.6%Language:Batchfile 1.6%Language:C++ 1.0%Language:Shell 0.1%