Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

tsavola/go-python

Repository files navigation

Call Python 2.7 code in Go programs.

Function parameters are converted from Go to Python by value. Returned Python object references are retained; they may be passed back to Python, or converted to Go values.

Python development headers are required (package libpython-dev or such on Linux). Cgo needs to be enabled.

See API documentation and examples.

About

Minimalist approach to using Python modules from Go

Topics

Resources

License

Stars

Watchers

Forks