diff options
Diffstat (limited to 'libraries/cffi/README')
-rw-r--r-- | libraries/cffi/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/cffi/README b/libraries/cffi/README new file mode 100644 index 0000000000..aefa318cac --- /dev/null +++ b/libraries/cffi/README @@ -0,0 +1,2 @@ +Foreign Function Interface for Python calling C code. The aim of this project +is to provide a convenient and reliable way of calling C code from Python. |