I would like to package this library as a pre-built Python wheel:
https://github.com/fedora-modularity/libmodulemd

This library uses PyGObject, so importing it looks like this:

> import gi
> gi.require_version("Modulemd", "2.0")from gi.repository import Modulemd
>
>  I can't find any examples of this, nor any documentation, nor discussion
about it.  It seems like it would be, at minimum, a bit more complicated
than libraries based on normal bindings.  Is this possible, and are there
any special requirements that are needed to do so?
_______________________________________________
Wheel-builders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to