Name | Date | Size | |
---|---|---|---|
.. | 11-Jun-2018 | 4 KiB | |
example.py | 11-Jun-2018 | 3.2 KiB | |
framer/ | 11-Jun-2018 | 4 KiB | |
README.txt | 11-Jun-2018 | 407 | |
TODO.txt | 11-Jun-2018 | 196 |
README.txt
1framer is a tool to generate boilerplate code for C extension types. 2 3The boilerplate is generated from a specification object written in 4Python. The specification uses the class statement to describe the 5extension module and any extension types it contains. From the 6specification, framer can generate all the boilerplate C code, 7including function definitions, argument handling code, and type 8objects. 9