Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.5 KB

README.md

File metadata and controls

29 lines (22 loc) · 2.5 KB

APython-Libs

This repository hosts all the library files and their generating code for the APython Project.

The hosted libraries can be accessed with the information provided by the generated index.json which is available at https://abestanis.github.io/APython-Libs/index.json.

Usage

The build.py script takes care of downloading and patching the source code, calling the ndk and generating the index.json file. For a list of all available options type build.py -h or build.py --help.

The script will also download and compile the source code from some additional libraries to allow the generation of some python modules which depend on these libraries (e.g. _ctypes module depends on ffi).

Currently, these additional libraries are downloaded:

The generated lib-files and the json file will be used by the Python Host App to download Python versions and the additional modules.