@@ -7,24 +7,21 @@ installed, or uploaded to marketplaces such as the Play Store
77just like any other Androip app. This tool was originally developed
88for the Kivy cross-platform graphical framework, but now supports
99multiple bootstraps and can be easily extended to package other types
10- of Python app.
10+ of Python app for Android .
1111
1212python-for-android supports two major operations; first, it can
1313compile the Python interpreter, its dependencies, backend libraries
1414and python code for Android devices. This stage is fully customisable,
15- you can install as many or few components as you like. Only the
16- compilation step is carried out, so the result is a standalone Android
17- project which can be used to generate any number of different APKs,
18- even with different names, icons, Python code etc.
19-
15+ you can install as many or few components as you like. The result is
16+ a standalone Android project which can be used to generate any number
17+ of different APKs, even with different names, icons, Python code etc.
2018The second function of python-for-android is to provide a simple
21- interface to these distributions. You don't have to compile your own,
22- but can download precompiled versions to package your Python code on
23- almost any platform including Windows, Linux, and OS X.
19+ interface to these distributions, to generate from such a project a
20+ Python APK with build parameters and Python code to taste.
2421
25- See the quickstart etc.
2622
27- Contents:
23+ Contents
24+ ========
2825
2926.. toctree ::
3027 :maxdepth: 2
0 commit comments