Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 358 Bytes

Distributing a C/Fortran/Python project built with CMake/CFFI via PyPI

We discuss how to package a Python project with compiled portions written in either C++ or Fortran for distribution on the Python Package Index (PyPI) We use CFFI to create the Python bindings.