Android APK packager for Python scripts and apps
Project description
python-for-android
python-for-android is a packager 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:
- Website: http://python-for-android.readthedocs.io
- Mailing list: https://groups.google.com/forum/#!forum/kivy-users or https://groups.google.com/forum/#!forum/python-android.
Documentation
Follow the quickstart instructions to install and begin creating APKs.
Quick instructions to start would be:
pip install python-for-android
or to test the master branch:
pip install git+https://github.com/kivy/python-for-android.git
The executable is called python-for-android
or p4a
(both are
equivalent). To test that the installation worked, try::
python-for-android recipes
This should return a list of recipes available to be built.
To build any distributions, you need to set up the Android SDK and NDK as described in the documentation linked above.
If you did this, to build an APK with SDL2 you can try e.g.:
p4a apk --requirements=kivy --private /home/asandy/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:
- User Group: https://groups.google.com/group/kivy-users
- Email: kivy-users@googlegroups.com
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:
- Dev Group: https://groups.google.com/group/kivy-dev
- Email: kivy-dev@googlegroups.com
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 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 has been changed, the new recipe for python3 (3.7.1) has a new build system which has been applied to the ancient python recipe, allowing us to bump the python2 version number to 2.7.15. This change, unifies the build process for both python recipes, and probably solve some issues detected over the years. Also should be mentioned that this unified python recipes require to target to a minimum api level of 21, Android 5.0 - Lollipop, so in case the you need to build targeting an api level below 21, you must use an old version of python-for-android (<=0.7.1). All this work has been done using android ndk version r17c, and your build should success with that version...but be aware that the project is in constant development so...the ndk version will change at some time.
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 to migrate 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-for-android-2019.6.6.post0.tar.gz
.
File metadata
- Download URL: python-for-android-2019.6.6.post0.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.0.1 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e2aacd6f7c087d902d933f9f3321fe8bdc7843f95b323411c549659ea35c3fa |
|
MD5 | b8b5d4956e14d0a1bc5c81c48af74402 |
|
BLAKE2b-256 | 61c3bcb3946d88c076edffcd84490626c456b10f63e2afc1e3519e7aa19eac2a |
File details
Details for the file python_for_android-2019.6.6.post0-py3-none-any.whl
.
File metadata
- Download URL: python_for_android-2019.6.6.post0-py3-none-any.whl
- Upload date:
- Size: 577.2 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.0.1 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2747edcfa461f2c62c93ff74d12268acffeb7ea4d0bed9de44f1acb5f96c95d1 |
|
MD5 | 3c4b72acf84eea997e2387eafb722526 |
|
BLAKE2b-256 | 3cafe332b78e8c95189c5cf5c1abb9d4012ae3f9d47b06acc419928998e6126f |