Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kewlbear/numpy-ios

Swift package for using NumPy in iOS apps
https://github.com/kewlbear/numpy-ios

ios numpy swiftpm

Last synced: 10 days ago
JSON representation

Swift package for using NumPy in iOS apps

Awesome Lists containing this project

README

        

# 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