A plugin based on IDAPython for a functional DWIM interface. Current development against most recent IDA is in the "persistence-refactor" branch, ancient (but stable) work is in "master", so... create an issue if you want/need something backported. Use "Wiki" or "Discussions" for examples, and smash that "Star" button if you like this.
A fork of flierlu's pydbgext code which enables full python access to the entire dbgeng COM object. This exposes the majority of dbgeng.dll such as network (dbgsrv) support and kernel debugging to an instance of python. (currently unmaintained because nobody seemed to care about it when it was created))
A build environment for an installer that's capable of registering the DbgEng SDK libraries as Shared SxS assemblies. This is done by re-signing the dbgeng libraries with a code certificate and then adding it's ca to the local certificate store.