Swiftpack.co - kewlbear/NumPy-iOS as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by kewlbear.
kewlbear/NumPy-iOS v0.1.1-b20230423-102342
Swift package for using NumPy in iOS apps
⭐️ 29
🕓 51 weeks ago
.package(url: "https://github.com/kewlbear/NumPy-iOS.git", from: "v0.1.1-b20230423-102342")

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

GitHub

link
Stars: 29
Last commit: 51 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

v0.1.1-b20230423-102342
51 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics