File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
22
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 )
410
511## Goal
612
713- Automatically DecRef for Python objects.
814- Typed Python objects.
915- Most intuitive and easy to use.
1016
11- ## Roadmap
17+ ## Features
1218
1319- [x] Call Python in Go.
1420 - [x] Basic types.
3339 - [x] matplotlib
3440 - [x] gradio
3541
42+ ## Plans
43+
44+ - [ ] Python virtual environment.
45+ - [ ] Preprocess reference counting.
46+ - [ ] True multi-threading.
47+ - [ ] Support [ LLGo] ( https://github.com/goplus/llgo ) .
48+
3649## Examples
3750
3851See the [ examples] ( demo ) .
You can’t perform that action at this time.
0 commit comments