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

jython/jython

Python for the Java Platform observed · 2026-08-28

github.com/jython/jython · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 2230
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1535 stars · 231 forks observed · 2026-08-28

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

Jython is an implementation of the Python programming language written in Java that runs on the JVM, currently supporting Python 2.7 with work toward Python 3. It provides seamless interoperability between Python and Java code, allowing Python scripts to use Java classes and Java applications to embed a Python interpreter.

Use cases

  • run python scripts on the jvm
  • embed a python interpreter in a java application for user scripting
  • call java classes and libraries from python code
  • compile python code to java bytecode
  • interactively explore and debug java packages from a python console
  • use python for rapid application development alongside java
  • access jdbc databases from python via zxjdbc

When to choose

  • you need to mix Python and Java in the same application
  • you want to offer end users a scripting extension language inside a Java product
  • you must run legacy Python 2.7 code on the JVM
  • you need JVM benefits like Java library access and threading for Python code

When to avoid

  • you need Python 3 support, which is not yet released
  • your project depends on C extension packages like numpy, which Jython cannot run
  • you are starting a new Python project - use CPython and port to Python 3 instead
  • you need the latest CPython standard library behavior

Facets

cli-tool · maturity maintenance

interpreter programming-language compiler database-driver programming-languages cross-platform developer-tools jvm cross-platform windows python-implementation python-2 jvm-languages java-integration scripting embedded-scripting zxjdbc interpreter jvm linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
jython/jythonmain77

For agents

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

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