Skip to content
This repository has been archived by the owner. It is now read-only.
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.md

This repo has been ARCHIVED. Please see https://github.com/pvieito/PythonKit for a newer, better way to interoperate between Swift and Python

Swiftpy : embedding Python in Swift

Requirements

  • OSX 10.12 (may work on a lower version, though this is untested)
  • Swift version 3.1, swiftlang-802.0.53 (may work on a lower version, though this is untested)
  • Python 2.7 (system Python)

Building

git checkout develop
swift build

run demo

.build/debug/PySwift_Demo

Features

  • Run Python code from string,
  • Load Python module,
  • Call Python functions, and methods on Python objects, with positional and named arguments,
  • Convert String, Int, Float, Array/List between Swift & Python,
  • Getting/setting attributes from object.

Usage

see Demo

To-do

DOCUMENT ALL THE THINGS

  1. DOCUMENT ALL THE THINGS
  2. Support more types for « toll-free » bridging of objects between Swift and Python,
  3. Smooth things out and allow manual creation of Python counterparts for Swift custom classes (essentially, just like #2 but for your own classes),
  4. Automagic creation of Python wrappers for Swift objects (eventually).

How can I help ?

Do your things and submit a PR. Alternatively, I'll soon put up a list of small things to do, in addition to the Todo.

About

Embedding Python in Swift

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.