py

module
v0.0.0-...-028c528 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2013 License: BSD-3-Clause

README

goPy

What is this?

Idiomatic Python bindings for Google Go

What does that mean?

Instead of simply duplicating the Python C API in Go, this is an attempt to provide the Python API in a form that fits with writing normal Go code.

This means that PyFoo_XXX(foo, ...) is foo.XXX(...), and PyFoo_Check(obj) is foo, ok := obj.(*Foo) to give a couple of examples.

What versions of Python are supported?

Currently, only Python 2.7 is supported. Though I do hope to add support for other versions in the future.

Note: Python 2.6 support is currently available on the python2.6 branch.

Directories

Path Synopsis
examples
example command
shell command
Package py (github.com/qur/gopy/lib) provides access to the CPython C API.
Package py (github.com/qur/gopy/lib) provides access to the CPython C API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL