mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Added SWIG to FFI.
This commit is contained in:
parent
16d973127c
commit
f10b7eacbf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue