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
After looking at implementing the gnupg PyPI package, I realized it is licensed under the GPL 馃あ.
Instead of trying to find an appropriately-licensed gpg binding package, I may just write bindings to OpenBSD's signify and use those instead. Our use case is aligned with theirs (we only need simple verification, nothing more) so they are a good candidate.
After looking at implementing the gnupg PyPI package, I realized it is licensed under the GPL 馃あ.
Instead of trying to find an appropriately-licensed gpg binding package, I may just write bindings to OpenBSD's signify and use those instead. Our use case is aligned with theirs (we only need simple verification, nothing more) so they are a good candidate.