--- id: jpype1 version: "1.7.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # jpype1 — A Python to Java bridge License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jpype1 uv add jpype1 poetry add jpype1 ## Description .. image:: doc/logo_small.png :alt: JPype logo :align: center 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... [View on SkillFed](https://skillfed.io/packages/jpype1) · [View on PyPI](https://pypi.org/project/jpype1/)