> cat /dev/github | grep security-tools
discovered 03 Aug 2026

gopy

via awesome-list
→ View on GitHub
gopy is a tool that generates and compiles CPython extension modules from Go packages, allowing seamless interoperability between Go and Python. It features unique int64 handles for safe communication between the two languages without pointer sharing, and supports the generation of separate Python modules for multiple Go packages, facilitating complex bindings and inheritance. Additional capabilities include callback methods from Go to Python and integration with modern Go module systems, emphasizing broad compatibility with recent versions of both programming languages.