give credit to https://github.com/sbinet/go-python
parent
e0e003e769
commit
9ea77f6d19
|
@ -8,8 +8,9 @@ This package provides a ``go`` package named "python" under which most of the
|
||||||
exposed. Theoretically, you should be able use https://docs.python.org/3/c-api
|
exposed. Theoretically, you should be able use https://docs.python.org/3/c-api
|
||||||
and know what to type in your ``go`` program.
|
and know what to type in your ``go`` program.
|
||||||
|
|
||||||
Currently supports python-3.7+
|
Currently supports python-3.7+.
|
||||||
|
|
||||||
|
This project was inspired by https://github.com/sbinet/go-python. Go and take a look if we need something for python-2.7!
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue