jpy 0.9.0-3ubuntu1 source package in Ubuntu

Changelog

jpy (0.9.0-3ubuntu1) jammy; urgency=medium

  * debian/patches/python-3.10.patch: Python 3.10 compatibility.
    Closes: #999409.

 -- Steve Langasek <email address hidden>  Wed, 17 Nov 2021 22:03:55 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.9.0.orig.tar.xz 1.2 MiB 6b23c1ea17edca2c9e7d675353a9576f30a6ce886db175e33f9df5d020501997
jpy_0.9.0-3ubuntu1.debian.tar.xz 5.5 KiB 3a98e6ebbaf458dd8cb154f2bb4ea93f6fa186aa95e7a4bf1c5ca5412bb70c78
jpy_0.9.0-3ubuntu1.dsc 2.1 KiB 26b12af577821fd5a5a47bd794feaf475bc3b50dce129f967c0b242b04b83673

View changes file

Binary packages built by this source

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