py4go VS pygo-plugin

Compare py4go vs pygo-plugin and see what are their differences.

py4go

Tight bidirectional integration between Go and Python (by tliron)

pygo-plugin

Python plugin system over gRPC - wrapper of github.com/hashicorp/go-plugin (by justinfx)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
py4go pygo-plugin
1 4
89 6
- -
0.0 1.8
over 2 years ago over 2 years ago
Go Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

py4go

Posts with mentions or reviews of py4go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.

pygo-plugin

Posts with mentions or reviews of pygo-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Using a Golang package in Python using Gopy
    1 project | /r/golang | 21 May 2023
    I've used Gopy in a prototype project where I ported hashicorp/go-plugin to make the host language support python (and then load plugins in any other language): https://github.com/justinfx/pygo-plugin/ And I ended up needing to contribute updates to Gopy during that process. I was able to wrap the existing functionality in go-plugin to implement the python host.
  • Go Plugin System over WebAssembly
    3 projects | /r/golang | 29 Aug 2022
    Cool looking project. I like that it uses a grpc-like proto schema, similar go hashicorp/go-plugin.It would be neat to see an example eventually of another language plugin like C++/Rust. I had done some work prototyping a port of hashicorp/go-plugin to a Python host (github.com/justinfx/pygo-plugin) since Python is a primary language at my studio. But there wasn't enough appetite at the time, so I haven't continued to work on it.
  • Any python converts?
    1 project | /r/golang | 27 Aug 2022
    turning the Go code into an rpc service that is launched as a child process and actively communicated with in python, ie hashicorp go-plugin. I started a prototype port of that project to allow Python to be the main process and load plugins in other languages, but I haven't put any time into it since: https://github.com/justinfx/pygo-plugin
  • py4go: Bidirectional embedding of Python in Go
    4 projects | /r/golang | 24 Dec 2021
    I started playing with implementing the host support in python so that you could load other languages plugins into a python host, but it's only a prototype: https://github.com/justinfx/pygo-plugin

What are some alternatives?

When comparing py4go and pygo-plugin you can also consider the following projects:

godot-go - Go bindings for Godot 4.2 GDExtension API

go-plugin - Go Plugin System over WebAssembly

go - The Go programming language

macdriver - Native Mac APIs for Go. Soon to be renamed DarwinKit!