CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/CHANGES.rst
docs/README.rst
docs/android.rst
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/_static/.keep
docs/_templates/.keep
src/jt/__init__.py
src/jt/jnius.cfg
src/jt/jnius_config.py
src/jt/jnius/__about__.py
src/jt/jnius/__config__.py
src/jt/jnius/__init__.py
src/jt/jnius/_constants.py
src/jt/jnius/_func.py
src/jt/jnius/_jfield.py
src/jt/jnius/_jmethod.py
src/jt/jnius/_jvm.py
src/jt/jnius/_main.py
src/jt/jnius/_nativetypes.py
src/jt/jnius/_typemanager.py
src/jt/jnius/_util.py
src/jt/jnius/reflect.py
src/jt/jnius/signatures.py
src/jt/jnius/_java/__init__.py
src/jt/jnius/_java/jnijnius.py
src/jt/jnius/_java/org/__init__.py
src/jt/jnius/_java/org/jnius/__init__.py
src/jt/jnius/_java/org/jnius/reflect/ProxyHandler.py
src/jt/jnius/_java/org/jnius/reflect/__init__.py
src/jt/jnius/_platform/__init__.py
src/jt/jnius/_platform/_android.py
src/jt/jnius/_platform/_dlopen.py
src/jt/jnius/_typehandler/__init__.py
src/jtypes.pyjnius.egg-info/PKG-INFO
src/jtypes.pyjnius.egg-info/SOURCES.txt
src/jtypes.pyjnius.egg-info/dependency_links.txt
src/jtypes.pyjnius.egg-info/namespace_packages.txt
src/jtypes.pyjnius.egg-info/requires.txt
src/jtypes.pyjnius.egg-info/top_level.txt
src/jtypes.pyjnius.egg-info/zip-safe
tests/__init__.py
tests/__main__.py
tests/run.py
tests/test_assignable.py
tests/test_bad_declaration.py
tests/test_basics.py
tests/test_bytearray.py
tests/test_cast.py
tests/test_class_argument.py
tests/test_enum.py
tests/test_export_class.py
tests/test_implementation.py
tests/test_interface.py
tests/test_jnitable_overflow.py
tests/test_method_multiple_signatures.py
tests/test_multidimension.py
tests/test_output_args.py
tests/test_proxy.py
tests/test_reflect.py
tests/test_signature.py
tests/test_simple.py
tests/android/testhardware/main.py
tests/java-classes/org/jnius/BasicsTest.class
tests/java-classes/org/jnius/ClassArgument.class
tests/java-classes/org/jnius/HelloWorld.class
tests/java-classes/org/jnius/InterfaceWithPublicEnum$ATTITUDE.class
tests/java-classes/org/jnius/InterfaceWithPublicEnum.class
tests/java-classes/org/jnius/MultipleDimensions.class
tests/java-classes/org/jnius/MultipleMethods.class
tests/java-classes/org/jnius/SimpleEnum.class
tests/java-src/org/jnius/BasicsTest.java
tests/java-src/org/jnius/ClassArgument.java
tests/java-src/org/jnius/HelloWorld.java
tests/java-src/org/jnius/InterfaceWithPublicEnum.java
tests/java-src/org/jnius/MultipleDimensions.java
tests/java-src/org/jnius/MultipleMethods.java
tests/java-src/org/jnius/SimpleEnum.java