jpy 0.13.0-1build2 source package in Ubuntu

Changelog

jpy (0.13.0-1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:03:32 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python 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.13.0.orig.tar.xz 172.8 KiB ab4d0e8a762be96e7fa0d392c0eac6f2b637b5dc0252f1609ecc3ba99445cda1
jpy_0.13.0-1build2.debian.tar.xz 5.8 KiB a4eb727ad601290474bc3b4ea1210a8dc949173c604ab7cdfe2219b5262efa58
jpy_0.13.0-1build2.dsc 2.0 KiB 353367f5b63d95f663f7f544ce3e0c02d9a87f959c8d35164356aef10bfcd496

Available diffs

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