gopy icon indicating copy to clipboard operation
gopy copied to clipboard

gopy generates a CPython extension module from a go package.

Results 75 gopy issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/2518993/173044447-e1bd2b95-f9ef-4c25-b51f-8e67b1004e8e.png)

help wanted

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: ![image](https://user-images.githubusercontent.com/2518993/173039274-8c955f63-a503-4018-b341-8a06c5c3adf1.png) Will be generated to: ![image](https://user-images.githubusercontent.com/2518993/173039207-360c3ab2-8ae5-4ad9-a599-e12e2166e8c6.png) 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...