Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 360 Bytes

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