Skip to content

jpype-project/jpype

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 26, 2022 19:06
doc
May 30, 2023 16:35
March 15, 2021 11:17
April 4, 2022 20:31
October 10, 2022 09:39
June 25, 2019 20:01
November 26, 2020 12:11
June 6, 2018 21:50
April 26, 2022 15:51
June 13, 2020 07:27
March 4, 2020 09:16
October 28, 2020 17:54

JPype logo

JPype

implementation pyversions javaversions jvm platform license

JPype is a Python module to provide full access to Java from within Python. It allows Python to make use of Java only libraries, exploring and visualization of Java structures, development and testing of Java libraries, scientific computing, and much more. By gaining the best of both worlds using Python for rapid prototyping and Java for strong typed production code, JPype provides a powerful environment for engineering and code development.

This is achieved not through re-implementing Python, as Jython has done, but rather through interfacing at the native level in both virtual machines. This shared memory based approach achieves decent computing performance, while providing the access to the entirety of CPython and Java libraries.

Code:GitHub
Issue tracker:GitHub Issues
Discussions:GitHub Discussions
Documentation:Python Docs
License:Apache 2 License
Build status:TestsCI Docs
Quality status:Codecov lgtm_python lgtm_java lgtm_cpp
Version:PypiVersion Conda

The work on this project began on Sourceforge. LLNL-CODE- 812311

SPDX-License-Identifier: Apache-2.0