Skip to content

Releases: ululi1970/PyGlue

PyGlue

06 Feb 22:51
568a183

Choose a tag to compare

Py is now a static class. All public functions are accessed as Py::XXX().
Arbitrary classes can be passed to the Python script provided they provide a PyObject* T::pack() function.
Arbitrary classes can be passed from the Python script provided they provide a T(PyObject*) constructor.

PyGlue, a C++ library to pass and receive data from Python scripts

02 Mar 05:12

Choose a tag to compare

A library to call Python scripts within a C++ code quickly and efficiently.