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!