mixing python libs with python interface

Posted by newbie73 on
URL: http://quantlib.414.s1.nabble.com/mixing-python-libs-with-python-interface-tp5392.html

Is it possible to create a new class in Python (eg: new curve class) which extends the standard quantlib term structure classes and pass this new object into the existing quantlib framework?

I'd like to test a few term structure models that I have coded in Python with the QuantLib framework without having to recode them in C++.  Any idea if this is possible?