Skip to content

Commit 4ec546e

Browse files
author
g.ph
committed
go
1 parent c652e46 commit 4ec546e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.MD

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11

2-
### go python bind
2+
### go python3 bind
33

4-
#### cgo-less
4+
5+
### support list
6+
- `cogo-less,It does not need CGO support, so the compilation speed is very fast`
7+
- `python3 all plugin,include Native module`
8+
- `Automatic type conversion Go to PyObject`
9+
- `Automatic type conversion PyObject to Go`
10+
- `import Any Python package`
11+
- `C function is registered to python, painless interaction`
12+
13+
### cgo-less
14+
15+
### install
516

617
```
718
go get github.com/aadog/py3-go
819
```
920

1021

22+
23+
1124
### test
1225

1326
```

0 commit comments

Comments
 (0)