Skip to content

Swift package for using NumPy in iOS apps

License

Notifications You must be signed in to change notification settings

manhvuvan281/NumPy-iOS

 
 

Repository files navigation

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

About

Swift package for using NumPy in iOS apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • Cython 2.1%
  • C 1.1%
  • Other 0.2%