1The Boost Python Library is a framework for interfacing Python and
2C++. It allows you to quickly and seamlessly expose C++ classes
3functions and objects to Python, and vice-versa, using no special
4tools -- just your C++ compiler.
5