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

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 419 Bytes

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.