0bmxa / PythonFrameworkBuilder

Builds cpython as a macOS/iOS .framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Framework Builder

What is this

This is a meta package which builds (or tries to build) CPython as a Framework for Apple platforms.

How to use

  1. Clone this repo, with the cpython submodule.
  2. Run ./build-macOS.sh.
  3. Check the ./build/ folder for the built framework.

Status / ToDo

Working platforms:

  • macOS (tested with 2.7 and 3.7)
  • iOS
  • other

Credits

This started off as a fork of beeware/Python-Apple-support, but I didn't manage to get it working, so I started writing my own script.

Certain parts are fore sure still inspired by this one, so thanks a lot!

About

Builds cpython as a macOS/iOS .framework


Languages

Language:Shell 100.0%