Access Java classes from Python
Go to file
Mathieu Virbel 6047d60192 add DeleteLocalRef where it seem the best place. 2012-08-14 18:20:35 +02:00
jnius add DeleteLocalRef where it seem the best place. 2012-08-14 18:20:35 +02:00
tests little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00
.gitignore add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self 2012-08-14 15:09:48 +02:00
Makefile wip 2012-08-14 15:04:13 +02:00
README.md first commit. Just use "make tests" 2012-08-14 03:42:43 +02:00
setup.py little fixes for android, remove the recursive part in autoclass for the moment 2012-08-14 17:21:55 +02:00

README.md

PyJNIus

Python module to access Java class as Python class, using JNI.

(Work in progress.)