jpy 0.8-9 source package in Ubuntu

Changelog

jpy (0.8-9) unstable; urgency=medium

  * Log class has no method warning. Use error instead. 

 -- Alastair McKinstry <email address hidden>  Wed, 02 Aug 2017 10:41:54 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jpy_0.8-9.dsc 1.9 KiB 17f8e13e1f7b419b667abae143f23a8142a593899e31fd7a89c5ea0bc86aa7f1
jpy_0.8.orig.tar.xz 1.2 MiB 952605d46c7c7cad7c1296a963f62c0f541a2453381923c0bf6bcacbc81f4344
jpy_0.8-9.debian.tar.xz 4.5 KiB 200766a7d1dafcda2c274a580934e73f33364ea287571be38c8e21f6f868859d

Available diffs

No changes file available.

Binary packages built by this source

python-jpy: No summary available for python-jpy in ubuntu artful.

No description available for python-jpy in ubuntu artful.

python-jpy-dbgsym: No summary available for python-jpy-dbgsym in ubuntu artful.

No description available for python-jpy-dbgsym in ubuntu artful.

python3-jpy: Bi-directional Python-Java bridge (Python3)

 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 Python3 interface.

python3-jpy-dbgsym: debug symbols for python3-jpy