https://github.com/kewlbear/python-ios
Swift package to use python modules in iOS apps
https://github.com/kewlbear/python-ios
ios python swift swiftpm
Last synced: 9 months ago
JSON representation
Swift package to use python modules in iOS apps
- Host: GitHub
- URL: https://github.com/kewlbear/python-ios
- Owner: kewlbear
- License: mit
- Created: 2020-11-12T00:45:04.000Z (over 5 years ago)
- Default Branch: kivy-ios
- Last Pushed: 2023-05-27T09:10:31.000Z (about 3 years ago)
- Last Synced: 2025-01-11T16:13:24.551Z (over 1 year ago)
- Topics: ios, python, swift, swiftpm
- Language: Makefile
- Homepage:
- Size: 220 MB
- Stars: 123
- Watchers: 9
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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