Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kewlbear/numpy-ios
- Owner: kewlbear
- License: mit
- Created: 2021-02-25T07:11:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T10:23:57.000Z (over 1 year ago)
- Last Synced: 2024-12-13T17:08:58.003Z (28 days ago)
- Topics: ios, numpy, swiftpm
- Language: Python
- Homepage:
- Size: 6.79 MB
- Stars: 31
- Watchers: 3
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PythonKitPythonSupport.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