├── README.md ├── main.go ├── py2go.exe ├── py2go_test.go ├── pytree.go ├── res ├── test.go └── test.py ├── togolang.go └── trans.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/main.go -------------------------------------------------------------------------------- /py2go.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/py2go.exe -------------------------------------------------------------------------------- /py2go_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/py2go_test.go -------------------------------------------------------------------------------- /pytree.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/pytree.go -------------------------------------------------------------------------------- /res/test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/res/test.go -------------------------------------------------------------------------------- /res/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/res/test.py -------------------------------------------------------------------------------- /togolang.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/togolang.go -------------------------------------------------------------------------------- /trans.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magicsea/py2go/HEAD/trans.go --------------------------------------------------------------------------------