File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
2
2
3
- [ ![ codecov] ( https://codecov.io/github/cpunion/go-python/graph/badge.svg?token=DLVMvjAOFM )] ( https://codecov.io/github/cpunion/go-python )
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 )
4
+ [ ![ Coverage Status] ( https://codecov.io/github/cpunion/go-python/graph/badge.svg?token=DLVMvjAOFM )] ( https://codecov.io/github/cpunion/go-python )
5
+ ![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/cpunion/go-python )
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 )
4
10
5
11
## Goal
6
12
7
13
- Automatically DecRef for Python objects.
8
14
- Typed Python objects.
9
15
- Most intuitive and easy to use.
10
16
11
- ## Roadmap
17
+ ## Features
12
18
13
19
- [x] Call Python in Go.
14
20
- [x] Basic types.
33
39
- [x] matplotlib
34
40
- [x] gradio
35
41
42
+ ## Plans
43
+
44
+ - [ ] Python virtual environment.
45
+ - [ ] Preprocess reference counting.
46
+ - [ ] True multi-threading.
47
+ - [ ] Support [ LLGo] ( https://github.com/goplus/llgo ) .
48
+
36
49
## Examples
37
50
38
51
See the [ examples] ( demo ) .
You can’t perform that action at this time.
0 commit comments