You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I stumbled across the pyseccomp package 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.