We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dbd10 commit 94609dcCopy full SHA for 94609dc
README.md
@@ -1,14 +1,12 @@
1
-# go-python: a CPython wrapper for Go
2
-
3
-Make Go and Python code inter-operable.
+# go-python: Write Python in Go - The most intuitive Python wrapper for Golang
4
5
## Goal
6
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.
+- Automatically DecRef for Python objects.
+- Typed Python objects.
+- Most intuitive and easy to use.
10
11
-## Usage
+## Examples
12
13
See the [examples](_demo).
14
0 commit comments