componentize-py
componentize-py copied to clipboard
Use interface package as part of module name in generated bindings
The current Python binding generator predates the concept of WIT packages, and we need to update it. Otherwise, importing or exporting two interfaces with the same name but different packages will result in a clash.
Also, include the version if needed to disambiguate.