NumPy-iOS

0.1.1-b20230423-102342

Swift package for using NumPy in iOS apps
kewlbear/NumPy-iOS

What's New

v0.1.1-b20230423-102342

2023-04-23T10:23:57Z

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

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Thu Nov 14 2024 12:13:25 GMT-1000 (Hawaii-Aleutian Standard Time)