Converting PXD to PYX
A .PXD file and a .PYX file hold different kinds of data, so there is no direct way to turn one into the other.
A full step-by-step guide for this conversion is on the way; the information above is drawn straight from our database.
About these formats
A .pxd file is a Cython definition file - the Cython equivalent of a C header (.h). It holds C-level declarations that other Cython modules import with 'cimport'. Open it in any code editor…
Open .PXD details →A .PYX file is associated with Pyrex source code, a developer file.
Open .PYX details →