From 076f473ff0d407e49f657b5dadbd1ddc7925533b Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 2 Jul 2014 13:04:52 -0400 Subject: [PATCH] added ctypes for FFI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d735b7..b31b60a 100644 --- a/README.md +++ b/README.md @@ -660,6 +660,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for providing foreign function interface.* +* [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. ## High Performance