mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
added ctypes for FFI
This commit is contained in:
parent
0901fdb517
commit
076f473ff0
1 changed files with 1 additions and 0 deletions
|
@ -660,6 +660,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
*Libraries for providing foreign function interface.*
|
*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.
|
* [cffi](https://pypi.python.org/pypi/cffi) - Foreign Function Interface for Python calling C code.
|
||||||
|
|
||||||
## High Performance
|
## High Performance
|
||||||
|
|
Loading…
Reference in a new issue