Skip to content

ofek/jpype

 
 

Repository files navigation

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 preformance, while providing the access to the entirety of CPython and Java libraries.

Code

GitHub

Issue tracker

GitHub Issues

Documentation

Python Docs

License

Apache 2 License

Build status

_ _ _

Test status

_

Version

_ _

The work on this project began on Sourceforge.

About

JPype is cross language bridge to allow python programs full access to java class libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.0%
  • Python 38.3%
  • Java 12.7%
  • Shell 0.3%
  • XSLT 0.3%
  • Batchfile 0.2%
  • PowerShell 0.2%