gituser/production/: jpype1-1.5.0 metadata and description

Homepage Simple index

A Python to Java bridge.

author Steve Menard
author_email devilwolf@users.sourceforge.net
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Software Development
  • Topic :: Scientific/Engineering
license License :: OSI Approved :: Apache Software License
maintainer Luis Nell
maintainer_email cooperate@originell.org
provides_extras tests
requires_dist
  • packaging
  • typing-extensions ; python_version < "3.8"
  • readthedocs-sphinx-ext ; extra == 'docs'
  • sphinx ; extra == 'docs'
  • sphinx-rtd-theme ; extra == 'docs'
  • pytest ; extra == 'tests'
requires_python >=3.7
File Tox results History
JPype1-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
477 KB
Type
Python Wheel
Python
3.1.0
JPype1-1.5.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
477 KB
Type
Python Wheel
Python
3.7
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