As far as I can tell, libseccomp's Python library is not distributed on pypi.org. It is available through various package managers (such as nixpkgs and the AUR).
I'm building a Python library that depends on the libseccomp Python library. I'd like to publish it to pypi.org. Do you have any advice for how I should do that? Things I've learned:
Thanks in advance!
As far as I can tell, libseccomp's Python library is not distributed on pypi.org. It is available through various package managers (such as nixpkgs and the AUR).
I'm building a Python library that depends on the libseccomp Python library. I'd like to publish it to pypi.org. Do you have any advice for how I should do that? Things I've learned:
guestfs-pythonandbcc. tl;dr: it looks like guestfs has documented a workaround, but bcc does not.pyseccomppackage which is on pypi.org. I suppose that would work for me, but it looks like it's maintained by a third party and is out of date.Thanks in advance!