python bultins for golang
Go to file
Rnhmjoj d42862a485 Add enumerate 2014-07-04 16:34:36 +02:00
py Add enumerate 2014-07-04 16:34:36 +02:00
README.md Fixed readme layout 2014-02-21 21:26:58 +01:00
test.go Add enumerate 2014-07-04 16:34:36 +02:00

README.md

py

Python builtins for golang

Info

Attempt to implement most important python builtin functions in golang

Usage

Install with

go get github.com/rnhmjoj/py

Use with

import (. py)

Docs

See Python docs. Functions should behave in the same way.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html