- OSX 10.11.4
- Swift toolchain swift-DEVELOPMENT-SNAPSHOT-2016-05-31-a-osx
- Python 2.7 (system Python)
git checkout develop
./build.sh
run demo
./build.sh
.build/debug/SwiftpyDemo
- 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
see Demo
- run python code from file
- automagic conversion between Swift & Python
- call function with keyword args
- test system