You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mark Dickinson 9f9892648f Issue #1717, continued: Doc fixes and other cleanup related 17 years ago
..
framer Issue #1717, continued: Doc fixes and other cleanup related 17 years ago
README.txt Initial prototype of framer: a tool to build the frame for extension modules. 24 years ago
TODO.txt Initial prototype of framer: a tool to build the frame for extension modules. 24 years ago
example.py SF patch# 1770008 by Christian Heimes (plus some extras). 19 years ago

README.txt

framer is a tool to generate boilerplate code for C extension types.

The boilerplate is generated from a specification object written in
Python. The specification uses the class statement to describe the
extension module and any extension types it contains. From the
specification, framer can generate all the boilerplate C code,
including function definitions, argument handling code, and type
objects.