jpy 0.9.0-4build1 source package in Ubuntu

Changelog

jpy (0.9.0-4build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:24:59 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
jpy_0.9.0.orig.tar.xz 1.2 MiB 6b23c1ea17edca2c9e7d675353a9576f30a6ce886db175e33f9df5d020501997
jpy_0.9.0-4build1.debian.tar.xz 5.9 KiB c170c5489dbb8607aa81a48e16fac9e45813dbb8264b6aa4e55f1696c3cc5f1d
jpy_0.9.0-4build1.dsc 1.9 KiB b93cc091a32db67b8178af3aa34074878ae70686d3a6c65f04cb2dfd95bcee22

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