Skip to main content

A Python to Java bridge (ctypes/cffi-based PyJava).

Project description

jtypes.pyjava

A Python to Java bridge.

Overview

jtypes.pyjava is a bridge allowing to use Java classes in regular Python code.

PyPI record.

Documentation.

jtypes.pyjava is an almost fully compliant implementation of Remi Rampin’s PyJava package by reimplementing whole its functionality in a clean Python instead of C.
jtypes.pyjava package is closely based on the jvm and jni Python packages.

About PyJava:

Borrowed from the original website:

PyJava is a bridge allowing to use Java classes in regular Python code.
It is similar to JPype.

It is a C extension that uses JNI to access a Java virtual machine, meaning that it can be used anywhere Python is available. It is not a different interpreter like Jython and does not require anything, other than a JRE. The JVM dynamic library is load dynamically through pyjava.start() (some basic logic for locating this library on major platforms will be provided).

The integration with Java code is meant to be as complete as possible, allowing to use Java and Python objects seemlessly and converting objects back and forth when Java code is called. Furthermore, subclassing Java classes or interfaces in Python code to allow callback from Java is planned for the 0.2 version.

Please note that this extension is still at a very early stage of development and probably shouldn’t be used for anything.

Requirements

  • Either the Sun/Oracle JRE/JDK or OpenJDK.

Installation

Prerequisites:

To install run:

python -m pip install --upgrade jtypes.pyjava

Development

Prerequisites:

  • Development is strictly based on tox. To install it run:

    python -m pip install --upgrade tox

Visit development page.

Installation from sources:

clone the sources:

git clone https://github.com/karpierz/jtypes.pyjava.git jtypes.pyjava

and run:

python -m pip install ./jtypes.pyjava

or on development mode:

python -m pip install --editable ./jtypes.pyjava

License

Copyright (c) 2015-2022 Adam Karpierz
Licensed under the MIT License
Please refer to the accompanying LICENSE file.

Authors

Changelog

0.1.5b5 (2021-10-16)

  • dll_path argument of JVM() can also be type os.PathLike.

  • Copyright year update.

  • Setup update.

0.1.5b2 (2020-11-10)

  • Fix for exception handling in start(…).

  • Add support for Python 3.8 and 3.9.

  • Drop support for Python2.

  • General update, improvements and cleanup.

  • Setup update.

0.1.5a10 (2019-07-10)

  • Last release for Python2.

0.1.5a9 (2018-11-08)

  • Update of the required setuptools version.

  • Minor setup and tests improvements.

0.1.5a5 (2018-05-22)

  • Update of the required setuptools version.

0.1.5a4 (2018-02-26)

  • Improvement and simplification of setup and packaging.

0.1.5a3 (2018-01-29)

  • Development moved to github.

  • General improvements and update.

0.0.16a1 (2017-05-13)

0.0.15a2 (2017-01-03)

  • Next alpha releases.

0.0.10a1 (2016-09-24)

  • First alpha release.

0.0.1 (2015-10-05)

  • Initial version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jtypes.pyjava-0.1.5b5.zip (67.1 kB view details)

Uploaded Source

Built Distribution

jtypes.pyjava-0.1.5b5-py3-none-any.whl (35.4 kB view details)

Uploaded Python 3

File details

Details for the file jtypes.pyjava-0.1.5b5.zip.

File metadata

  • Download URL: jtypes.pyjava-0.1.5b5.zip
  • Upload date:
  • Size: 67.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for jtypes.pyjava-0.1.5b5.zip
Algorithm Hash digest
SHA256 61363710a0e90761c35c788943715bd1c2e46aef9e0464322e71a06628a4eb31
MD5 1414520e382ef239b6dc182af363f558
BLAKE2b-256 f0d0d919cde37a3a7968e1477f07ac684a023ec37df0c94df6051a3e5da15402

See more details on using hashes here.

File details

Details for the file jtypes.pyjava-0.1.5b5-py3-none-any.whl.

File metadata

  • Download URL: jtypes.pyjava-0.1.5b5-py3-none-any.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for jtypes.pyjava-0.1.5b5-py3-none-any.whl
Algorithm Hash digest
SHA256 6451fc084baf744f037400e71679b6bc9916a9ab4077e8376b3070c83bb42afe
MD5 123ec169b10f58ef2bfd7a8b5e26d5f7
BLAKE2b-256 96d7cba1c4f3904f9b4a1b0756dd9c369fe0cbc8adedd855984bcc81cbacdd96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page