SkillAgentSearch skills...

Gopy

Idiomatic Python bindings for Go

Install / Use

/learn @qur/Gopy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

goPy

What is this?

Idiomatic Python bindings for Google Go

What does that mean?

Instead of simply duplicating the Python C API in Go, this is an attempt to provide the Python API in a form that fits with writing normal Go code.

This means that PyFoo_XXX(foo, ...) is foo.XXX(...), and PyFoo_Check(obj) is foo, ok := obj.(*Foo) to give a couple of examples.

What versions of Python are supported?

This codebase only supports a single version of Python at a time, each version on a separate branch.

See the specific branches for more details:

View on GitHub
GitHub Stars264
CategoryDevelopment
Updated15d ago
Forks31

Security Score

100/100

Audited on Mar 18, 2026

No findings