|
Pyserf. A shortcut for writing C extensions in CAbstract: There are many clever ways of connecting Python and C code together, but pyserf is not one of those. It is just a short script that parses a module outline and produces an idiomatic template for a C extension providing the same signatures, so all you need to do is write the bits that actually do stuff.
|