1 个仓库
Bundles a Python interpreter and standard library into an Android APK, enabling Python code to run natively on the device.
Distinct from Python Coding Standards: Distinct from Python Coding Standards: focuses on embedding a Python runtime into Android packages, not code style guidelines.
Explore 1 awesome GitHub repository matching software engineering & architecture · Android Bootstraps. Refine with filters or upvote what's useful.
python-for-android is a toolchain that compiles Python applications and their dependencies into installable Android APK or AAB packages. It bundles a Python interpreter and standard library into an Android package, enabling Python code to run natively on mobile devices. The project provides a recipe-based build engine that automates dependency resolution, version pinning, and custom compilation steps for Android targets. The system cross-compiles Python and native C-extension libraries for multiple Android CPU architectures, producing separate native binaries for each target and packaging the
Bundles a Python interpreter and standard library into an Android APK, enabling Python code to run natively on the device.