Skip to main content

Android APK packager for Python scripts and apps

Project description

python-for-android

Build Status Coverage Status Backers on Open Collective Sponsors on Open Collective

python-for-android is a packaging tool for Python apps on Android. You can create your own Python distribution including the modules and dependencies you want, and bundle it in an APK along with your own code.

Features include:

  • Support for building with both Python 2 and Python 3.
  • Different app backends including Kivy, PySDL2, and a WebView with Python webserver.
  • Automatic support for most pure Python modules, and built in support for many others, including popular dependencies such as numpy and sqlalchemy.
  • Multiple architecture targets, for APKs optimised on any given device.

For documentation and support, see:

Documentation

Follow the quickstart instructions to install and begin creating APKs.

Quick instructions: install python-for-android with:

pip install python-for-android

(for the develop branch: pip install git+https://github.com/kivy/python-for-android.git)

Test that the install works with:

p4a --version

To build any actual apps, set up the Android SDK and NDK as described in the quickstart. Use the SDK/NDK API level & NDK version as in the quickstart, other API levels may not work.

With everything installed, build an APK with SDL2 with e.g.:

p4a apk --requirements=kivy --private /home/username/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2

For full instructions and parameter options, see the documentation.

Support

If you need assistance, you can ask for help on our mailing list:

We also have #support Discord channel.

Contributing

We love pull requests and discussing novel ideas. Check out the Kivy project contribution guide and feel free to improve python-for-android.

See our documentation for more information about the python-for-android development and release model, but don't worry about the details. You just need to make a pull request, we'll take care of the rest.

The following mailing list and IRC channel are used exclusively for discussions about developing the Kivy framework and its sister projects:

We also have #dev Discord channel.

License

python-for-android is released under the terms of the MIT License. Please refer to the LICENSE file.

History

In 2015 these tools were rewritten to provide a new, easier-to-use and easier-to-extend interface. If you'd like to browse the old toolchain, its status is recorded for posterity at at https://github.com/kivy/python-for-android/tree/old_toolchain.

In the last quarter of 2018 the python recipes were changed. The new recipe for python3 (3.7.1) had a new build system which was applied to the ancient python recipe, allowing us to bump the python2 version number to 2.7.15. This change unified the build process for both python recipes, and probably solved various issues detected over the years. It should also be mentioned that these unified python recipes require a minimum target api level of 21, Android 5.0 - Lollipop, so in the case that you need to build targeting an api level below 21, you should use an older version of python-for-android (<=0.7.1).

Be aware that this project is in constant development so, as per time of writing, you should use a minimum on Android's NDK r19, and we recommend using NDK r19b. This is because the toolchains installed by default with the NDK can be used in-place and the python-for-android project has been adapted for that feature. Also be aware that more recent versions of the Android's NDK may not work.

Those mentioned changes has been done this way to make easier the transition between python3 and python2. We will slowly phase out python2 support towards 2020...so...if you are using python2 in your projects you should consider migrating it into python3.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-for-android-2019.10.6.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

python_for_android-2019.10.6-py3-none-any.whl (580.5 kB view details)

Uploaded Python 3

File details

Details for the file python-for-android-2019.10.6.tar.gz.

File metadata

  • Download URL: python-for-android-2019.10.6.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.8.0

File hashes

Hashes for python-for-android-2019.10.6.tar.gz
Algorithm Hash digest
SHA256 e23f81ca8e273fc92032c9ae1044bf5bc34b203ad36414fe94dd45a7753e24c4
MD5 ddfb72351b13512baf6a1683d9a53fba
BLAKE2b-256 0984d1e7b36dfeb2e33b6f72fb072338839a56afcd4291ee1a86cb0c72c3f871

See more details on using hashes here.

File details

Details for the file python_for_android-2019.10.6-py3-none-any.whl.

File metadata

  • Download URL: python_for_android-2019.10.6-py3-none-any.whl
  • Upload date:
  • Size: 580.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.8.0

File hashes

Hashes for python_for_android-2019.10.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3cea5dd22b56679e8191a5d5002dbb76d45b4b389b4af9a6b7c65e0b43208c88
MD5 323a4567131f46dab1dd70c135aba6c5
BLAKE2b-256 8f72719fadd0680e7166300e074d287004791174860b7e11aa8f760aa79ac192

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page