A forbidden question: PyMEL to MEL -bulk converting

Okay so in the past I’ve used pymel.tools.mel2py in order to convert MEL code into Python in bulk.
It actually works wonders! Sure you still need to refactor and debug the output but it’s a great aid, really.
I’ve seen plenty of requests around the net for this tool but I would like to break the trend and ask if there is any similiar tool for converting PyMEL code into MEL? :slight_smile:
There’s a couple functions under pymel.tools.py2mel - but this part is very limited (and not very useful) compared to mel2py.

I need a converter because I have some stuff I would like to try in Maya LT (which has no Python interpreter afaik - and thus no python() -function in MEL), and converting things by hand is always a pain due to the irritating syntax of MEL.