@@ -7,24 +7,21 @@ installed, or uploaded to marketplaces such as the Play Store
7
7
just like any other Androip app. This tool was originally developed
8
8
for the Kivy cross-platform graphical framework, but now supports
9
9
multiple bootstraps and can be easily extended to package other types
10
- of Python app.
10
+ of Python app for Android .
11
11
12
12
python-for-android supports two major operations; first, it can
13
13
compile the Python interpreter, its dependencies, backend libraries
14
14
and 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.
20
18
The 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.
24
21
25
- See the quickstart etc.
26
22
27
- Contents:
23
+ Contents
24
+ ========
28
25
29
26
.. toctree ::
30
27
:maxdepth: 2
0 commit comments