kivy/pyjnius
Access Java classes from Python observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 97
- Release rhythm 15
- Longevity 100
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: n/a
- age_days: 5133
- days_rel: 359
- days_push: 21
- n_releases_24m: 1
Adoption not part of the score
1480 stars · 328 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyJNIus is a Python library that lets Python code access and call Java classes through the Java Native Interface (JNI). It is maintained by the Kivy team and is commonly used with python-for-android, but also works standalone on desktop and mobile platforms.
Use cases
- call java classes from python
- access android api from python app
- use java libraries in a python project
- bridge python and jvm via jni
- read android hardware sensors from kivy app
- interoperate python with existing java code
When to choose
- you need to call Java or Android APIs directly from Python, especially in Kivy/python-for-android apps
- you want a lightweight JNI bridge without writing C/C++ glue code
- you need to reuse existing Java libraries from Python on desktop or Android
When to avoid
- you only need pure-Python alternatives and no Java dependencies
- you are targeting platforms without a JVM, such as iOS or WebAssembly
- you want high-level RPC or web-service integration rather than direct JNI access
Facets
library · maturity active
sdk developer-tools cross-platform android-tools developer-tools python cross-platform jvm jni java-interop kivy python-java-bridge android
2 sources
- readme: https://github.com/kivy/pyjnius · fetched 2026-08-28 · 1f2ceeffef66
- registry_pypi: https://pypi.org/pypi/pyjnius/json · fetched 2026-08-29 · 963d24437764
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kivy/pyjnius | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem