Skip to content

Commit f04f781

Browse files
authored
Merge pull request #20 from cpunion/badge
add badges, plans
2 parents 7f02dfa + 070386c commit f04f781

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
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.
@@ -33,6 +39,13 @@
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

3851
See the [examples](demo).

0 commit comments

Comments
 (0)