2012-08-16 10:56:29 +00:00
|
|
|
Welcome to Pyjnius
|
|
|
|
==================
|
|
|
|
|
2012-08-20 12:51:28 +00:00
|
|
|
Pyjnius is a Python library for accessing Java classes.
|
|
|
|
|
|
|
|
This documentation is divided into differents parts. We recommend you to start
|
|
|
|
with :ref:`installation`, and then head over to the :ref:`quickstart`. You can
|
|
|
|
also check :ref:`android` for specific example for the Android platform. If
|
|
|
|
you'd rather dive into the internals of Pyjnius, check out the :ref:`api`
|
|
|
|
documentation.
|
2012-08-16 10:56:29 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
installation
|
|
|
|
quickstart
|
|
|
|
android
|
|
|
|
api
|
2018-12-04 21:31:28 +00:00
|
|
|
packaging
|
2012-08-16 10:56:29 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|