jpype

JPype is cross language bridge to allow Python programs full access to Java class libraries.

APACHE-2.0 License

Downloads
9.5M
Stars
1.1K
Committers
62

Bot releases are visible (Hide)

jpype - Shake JDK off forever :-)

Published by marscher almost 10 years ago

This release makes the need for a Java development Kit (JDK) obsolete. A fallback JNI headers is provided and is used in case no JAVA_HOME environment variable is set to a JDK.

jpype - Maintainance

Published by marscher about 10 years ago

bug fix release, see changelog for more informations.

jpype - fix #77 (missing numpy compile error)

Published by marscher about 10 years ago

jpype - Numpy array support for getting/setting java arrays

Published by marscher about 10 years ago

jpype - v0.5.5.2

Published by marscher over 10 years ago

intermediate bug fix release addressing issue #64

jpype - Mavericks

Published by originell about 11 years ago

A new OSX release is around the corner, time to add support for it!

Thanks to @rmangino!

jpype - 0.5.4.4

Published by originell about 11 years ago

new release to pypi.

  • Rewritten Java Home directory Search by @marsam (#13, #12 and #7)
  • Stylistic cleanups of setup.py