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

grumpy

via awesome-list
→ View on GitHub
Grumpy is a transcompiler tool that converts Python source code into Go code, effectively acting as a replacement for CPython 2.7 by compiling to native code without using a virtual machine. Notable features include a runtime library that mimics certain aspects of the Python C API and the ability to execute Grumpy programs through a simple `make run` command or by using compilation with the `grumpc` tool. However, it lacks support for dynamic features like `exec` and `eval`, and is limited in its handling of C extension modules.