gopy
gopy copied to clipboard
gopy generates a CPython extension module from a go package.
If `buildFirst` flag is set when loading packages, makes sure that the build flags are imported correctly to prevent intermediate errors like these: Issue is resolved later when package is...
The cross-plaform example had changed the file name in https://github.com/dataploy-ai/labsdk/commit/b1a79b8b7422ad1e8d29f510ff5e975696ffbfde
I suggest we'll generate the setup.py code for the users, or at least create some setuptools plugin for that. Building the project with the Makefile is very limiting anyway reference:...
I haven't really been paying close attention to this test -- assumed it was another string formatting one that was failing -- tried to go back in time to when...
Support for multiple return values from go function to python
it barfs on my generics types. :(
Without type hints, auto-completion does not work when indexing slices The solution would be to add following type hints to all generated `Slice_Ptr_*` classes 
Hi, I am trying to use gopy to create a python package but I keep encountering the same error when running the last command in `make build`. The error I...
This Golang string literal:  Will be generated to:  some parts of the string are missing.
I followed the build steps in README with go1.18. After the building process, this is no function in `out/hi.py`, just an empty py file with some setup code. When i...