Panda3D runtime distributable

I see this is the doc for pyfreeze:

I am wondering what should the policy be on using python based tools for panda3d. It looks like most tools are c++ based except this one. I have several python tool i want to contribute to panda3d obj2eg.py, eggoctree.py, bunch of egg cleaner utils. But they are all written in python unlike standard panda3d tools. I wonder how i get get them in and have them work. It would be cool obj2egg.py and 3do2egg.py could be made part of the loader too. Its much easer to write importers/exporters in python then C++ for me. The c++/python tool boundary been the major road block for me making my python tools general purpose.