Converting Python Script to .PDB and .DLL to be used as a plugin in MissionPlanner

As the title says, I have a Python script and I want to change it into a plugin for mission planner(placing it in Mission Planner/plugins).

Is there a way to do that with IronPython? Converting .py to 2 files (.dll and .pdb) instead of rewriting everything in C#?