RockVR / Python-iOS

Swift package to use python modules in iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-iOS

This swift package enables you to use python modules in your iOS apps.

Installation

.package(url: "https://github.com/kewlbear/Python-iOS.git", from: "0.1.1-b")

Usage

import PythonSupport

PythonSupport.initialize()

If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.

License

MIT

About

Swift package to use python modules in iOS apps

License:MIT License


Languages

Language:Makefile 85.3%Language:C 5.0%Language:Swift 4.7%Language:Objective-C 2.7%Language:Python 1.4%Language:Shell 0.9%