ToDo: memory for struct instance in pymscp.c is not released until mscp.free() is called. It is memory leak in a typical pyhotn usage. Use python extension refcnt instead.
pymscp is a C Python wrapper for libmscp functions. mscp module provides simple (?) Python API.