diff options
Diffstat (limited to 'development/pyplusplus/README')
-rw-r--r-- | development/pyplusplus/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/pyplusplus/README b/development/pyplusplus/README new file mode 100644 index 0000000000..1caa88770f --- /dev/null +++ b/development/pyplusplus/README @@ -0,0 +1,11 @@ +Py++ is an object-oriented framework for creating a code generator for +Boost.Python library. Py++ uses few different programming paradigms +to help you to expose C++ declarations to Python. This code generator +will not stand on your way. It will guide you through the whole +process. It will raise warnings in the case you are doing something +wrong with a link to the explanation. And the most important it will +save your time - you will not have to update code generator script +every time source code is changed. + +Py++ package is dependent upon Boost, gccxml and pygccxml packages, +all available on SlackBuilds.org. |