Go to file
kewlbear 4d0f25e59c add v0.1.1-b20230423-102342 2023-04-23 10:23:55 +00:00
.github/workflows Update build.yml 2023-04-23 18:06:51 +09:00
.swiftpm/xcode/package.xcworkspace/xcshareddata Initial Commit 2021-02-25 08:37:23 +09:00
Example update to numpy 1.24.2 2023-04-23 18:02:07 +09:00
Scripts update to numpy 1.24.2 2023-04-23 18:02:07 +09:00
Sources add v0.1.1-b20230423-102342 2023-04-23 10:23:55 +00:00
Tests/NumPy-iOSTests Initial Commit 2021-02-25 08:37:23 +09:00
.gitignore update to numpy 1.24.2 2023-04-23 18:02:07 +09:00
LICENSE remote xcframeworks 2021-02-25 16:37:06 +09:00
Package.swift add v0.1.1-b20230423-102342 2023-04-23 10:23:55 +00:00
Package.swift.in update to numpy 1.24.2 2023-04-23 18:02:07 +09:00
README.md Update README.md 2021-03-02 17:03:20 +09:00

README.md

NumPy-iOS

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

Installation

.package(url: "https://github.com/kewlbear/NumPy-iOS.git", .branch("main"))

Usage

import NumPySupport
import PythonSupport
import PythonKit

PythonSupport.initialize()
NumPySupport.sitePackageUrl.insertPythonPath()
let np = Python.import("numpy")
...

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

License

MIT