Skip to content

kulkarnikv/jep

 
 

Repository files navigation

image

image

image

image

image

Jep - Java Embedded Python

Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment.

Some benefits of embedding CPython in a JVM:

  • Using the native Python interpreter may be much faster than alternatives.
  • Python is mature, well supported, and well documented.
  • Access to high quality Python modules, both native CPython extensions and Python-based.
  • Compilers and assorted Python tools are as mature as the language.
  • Python is an interpreted language, enabling scripting of established Java code without requiring recompilation.
  • Both Java and Python are cross platform, enabling deployment to different operating systems.

Installation

Simply run pip install jep or download the source and run python setup.py build install. Building and installing require the JDK, Python, and optionally numpy to be installed beforehand.

Dependencies

  • Python 2.6, 2.7, 3.2, 3.3, or 3.4
  • Java >= 1.6
  • Numpy (optional) >= 1.5 (numpy >= 1.7 recommended)

Notable features

  • Interactive Jep console much like Python's interactive console
  • Supports multiple, simultaneous, mostly sandboxed sub-interpreters
  • Numpy support for Java primitive arrays

Help

We welcome comments, contributions, bug reports, wiki documentation, etc.

Jep Team

About

Embed Python in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.9%
  • Java 24.3%
  • Python 14.0%
  • C++ 1.0%
  • Shell 0.6%
  • NSIS 0.1%
  • Batchfile 0.1%