blob: 1a576fe08cc3f3284e55d1f132e3838464cd93a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
The Boost Python Library is a framework for interfacing Python and
C++. It allows you to quickly and seamlessly expose C++ classes
functions and objects to Python, and vice-versa, using no special
tools -- just your C++ compiler.
The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
WWW: http://www.boost.org/
|