Registry / utility / go-python-gopy

go-python-gopy

JSON →
library0.4.10gogounverified

Generates and compiles language bindings to call Go code from Python.

go get github.com/go-python/gopy
INSTALL
IMPORT
SIG · GO-PYTHON-GOPY
G
go-python-gopy
utilitygov0.4.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gopy
github.com/go-python/gopy

Demonstrates importing gopy (typically used via CLI).

package main import ( "fmt" "github.com/go-python/gopy" ) func main() { // gopy is typically used as a command-line tool, not as a library. fmt.Println("Use 'gopy bind' to generate Python bindings") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.10latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-python-gopy — go get go-python-gopy · libregistry