It allows to generate any constructions of programming language C from Python code.
To use this project you should add line from codegen import *
to your Python code.
In other words, there is usage.py
file in repo that shows how to use this library in more detail.