I am searching for an open-source implementation of an UPnP client in Python, and more specifically of its Internet Gateway Device (IGD) part.
For now, I have only been
MiniUPnP source code contains a Python sample code using the C library as an extension module (see testupnpigd.py
), which I consider as a proper solution to my problem.
Rationale: this is not the pure Python solution I was looking for, but: