- Notifications
You must be signed in to change notification settings - Fork2
py is a high-level API wrapping the low-level CPython C-API, for go
License
NotificationsYou must be signed in to change notification settings
go-python/py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
py
is a high-level API wrapping the low-levelCPython
C-API, forgo
.
$ go get github.com/go-python/py
Documentation is available ongodoc:
package mainimport ("fmt""github.com/go-python/py")funcinit() {err:=py.Initialize()iferr!=nil {panic(err)}}funcmain() {gostr:="foo"pystr:=py.NewString(gostr)fmt.Printf("hello [%v]\n",pystr)}
$ go run ./main.gohello [foo]
About
py is a high-level API wrapping the low-level CPython C-API, for go
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published