Added SWIG to FFI.

This commit is contained in:
Sangeeth Saravanaraj 2014-07-03 17:23:26 +05:30
parent 16d973127c
commit f10b7eacbf
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [ctypes](https://docs.python.org/2/library/ctypes.html) - (Python standard library) Foreign Function Interface for Python calling C code.
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
* [SWIG](http://www.swig.org/Doc1.3/Python.html) - Simplified Wrapper and Interface Generator.
## High Performance