1
1
# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
2
2
3
- [ ![ Build Status] ( https://github.com/cpunion/go-python /actions/workflows/go.yml/badge.svg )] ( https://github.com/cpunion/go-python /actions/workflows/go.yml )
3
+ [ ![ Build Status] ( https://github.com/gotray/got /actions/workflows/go.yml/badge.svg )] ( https://github.com/gotray/got /actions/workflows/go.yml )
4
4
[ ![ Coverage Status] ( https://codecov.io/github/cpunion/go-python/graph/badge.svg?token=DLVMvjAOFM )] ( https://codecov.io/github/cpunion/go-python )
5
5
![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/cpunion/go-python )
6
6
[ ![ GitHub commits] ( https://badgen.net/github/commits/cpunion/go-python )] ( https://GitHub.com/Naereen/cpunion/go-python/commit/ )
7
- [ ![ GitHub release] ( https://img.shields.io/github/v/tag/cpunion/go-python.svg?label=release )] ( https://github.com/cpunion/go-python /releases )
8
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/cpunion/go-python )] ( https://goreportcard.com/report/github.com/cpunion/go-python )
9
- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/cpunion/go-python .svg )] ( https://pkg.go.dev/github.com/cpunion/go-python )
7
+ [ ![ GitHub release] ( https://img.shields.io/github/v/tag/cpunion/go-python.svg?label=release )] ( https://github.com/gotray/got /releases )
8
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/gotray/got )] ( https://goreportcard.com/report/github.com/gotray/got )
9
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/gotray/got .svg )] ( https://pkg.go.dev/github.com/gotray/got )
10
10
11
11
## Goal
12
12
@@ -57,7 +57,7 @@ See the [examples](demo).
57
57
``` go
58
58
package main
59
59
60
- import . " github.com/cpunion/go-python "
60
+ import . " github.com/gotray/got "
61
61
62
62
func main () {
63
63
Initialize ()
@@ -75,7 +75,7 @@ func main() {
75
75
``` go
76
76
package main
77
77
78
- import . " github.com/cpunion/go-python "
78
+ import . " github.com/gotray/got "
79
79
80
80
type plt struct {
81
81
Module
@@ -113,7 +113,7 @@ package foo
113
113
import (
114
114
" fmt"
115
115
116
- . " github.com/cpunion/go-python "
116
+ . " github.com/gotray/got "
117
117
)
118
118
119
119
type Point struct {
@@ -165,8 +165,8 @@ package main
165
165
import (
166
166
" fmt"
167
167
168
- . " github.com/cpunion/go-python "
169
- " github.com/cpunion/go-python /demo/module/foo"
168
+ . " github.com/gotray/got "
169
+ " github.com/gotray/got /demo/module/foo"
170
170
)
171
171
172
172
func main () {
@@ -235,7 +235,7 @@ import (
235
235
" fmt"
236
236
" os"
237
237
238
- . " github.com/cpunion/go-python "
238
+ . " github.com/gotray/got "
239
239
)
240
240
241
241
/*
0 commit comments