Ross ROSS = Recommend OSS · open-source software intelligence for agents

ninia/jep

Embed Python in Java observed · 2026-08-28

github.com/ninia/jep · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 97
  • Release rhythm 74
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 168.0
  • age_days: 5676
  • days_rel: 18
  • days_push: 18
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1488 stars · 165 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Jep is a library that embeds CPython in the Java Virtual Machine through JNI, allowing Java applications to run Python code and use Python modules natively. It supports multiple sub-interpreters, an interactive console, and NumPy interop with Java primitive arrays.

Use cases

  • call python code from a java application
  • embed cpython in the jvm via jni
  • script java applications with python without recompiling
  • use python libraries like numpy from java
  • run multiple sandboxed python sub-interpreters in java
  • bridge java and python data types

When to choose

  • you need the real CPython interpreter inside a Java app for speed and module compatibility
  • you want to script or extend established Java code with Python
  • you need NumPy array interop with Java primitive arrays

When to avoid

  • you only need to run Python as a separate process or microservice
  • you want pure-Java Python integration without native dependencies
  • your project requires GraalVM or Jython-style pure-JVM interoperability

Facets

library · maturity active

interpreter sdk concurrency developer-tools programming-languages cross-platform jvm python cross-platform windows jni cpython embedding jvm interop linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ninia/jepmain90

For agents

markdown · JSON · MCP: product_card(name="ninia/jep")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem