Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 245 Bytes

pylingual

A small boost::python library PoC for intermixing python calls in your C++ code. It's main purpose is to make it easy to (1) import python modules into your C++ workflow, and (2) pass data back and forth between the environments.