Skip to content

Commit 94609dc

Browse files
committed
update readme
1 parent e7dbd10 commit 94609dc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# go-python: a CPython wrapper for Go
2-
3-
Make Go and Python code inter-operable.
1+
# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
42

53
## Goal
64

7-
- Provide automatically DecRef for Python objects.
8-
- Wrap generic PyObject(s) to typed Python objects.
9-
- Provide a way to define Python objects in Go.
5+
- Automatically DecRef for Python objects.
6+
- Typed Python objects.
7+
- Most intuitive and easy to use.
108

11-
## Usage
9+
## Examples
1210

1311
See the [examples](_demo).
1412

0 commit comments

Comments
 (0)