129e62f606
PR: ports/141749 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
7 lines
352 B
Text
7 lines
352 B
Text
Pyste is a Boost.Python code generator. The user specifies the classes
|
|
and functions to be exported using a simple interface file, which
|
|
following the Boost.Python's philosophy, is simple Python code. Pyste
|
|
then uses GCCXML to parse all the headers and extract the necessary
|
|
information to automatically generate C++ code.
|
|
|
|
WWW: http://www.boost.org/
|