diff --git a/README.md b/README.md index aca5f57f..2906c0c0 100644 --- a/README.md +++ b/README.md @@ -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