An open API service indexing awesome lists of open source software.

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

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