SkillAgentSearch skills...

Swiftpy

Embbeding python in swift

Install / Use

/learn @johnlinvc/Swiftpy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Swiftpy : embedding Python in Swift

Requirements

  • OSX 10.11.4
  • Swift toolchain swift-DEVELOPMENT-SNAPSHOT-2016-05-31-a-osx
  • Python 2.7 (system Python)

Building

git checkout develop
./build.sh

run demo

./build.sh
.build/debug/SwiftpyDemo

Features

  • run python code from string
  • load python module
  • call function on python objects with normal args(no kargs)
  • convert String between Swift & Python
  • getting/setting attr from object

Usage

see Demo

Todos

  • run python code from file
  • automagic conversion between Swift & Python
  • call function with keyword args
  • test system

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated25d ago
Forks1

Languages

Swift

Security Score

90/100

Audited on Mar 9, 2026

No findings