pygopath: Initial draft
Module gopath provides way to import python modules by full path in a Go workspace. For example lonet = gopath.gimport('lab.nexedi.com/kirr/go123/xnet/lonet') will import either lab.nexedi.com/kirr/go123/xnet/lonet.py, or lab.nexedi.com/kirr/go123/xnet/lonet/__init__.py located somewhere under $GOPATH.
Showing
.gitignore
0 → 100644
COPYING
0 → 100644
MANIFEST.in
0 → 100644
README.rst
0 → 100644
gopath.py
0 → 100644
gopath_test.py
0 → 100644
setup.py
0 → 100644
Please register or sign in to comment