golang

Run go code in Python.

https://github.com/menduo/golang

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Run go code in Python.

Basic Info
  • Host: GitHub
  • Owner: menduo
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 19.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog Contributing

README.md

golang

Run Go code in Python.

⚠️: WIP

install

shell pip install golang

or

shell pip install git+ssh://git@github.com/menduo/golang.git

example

run code

```python import golang

code = """ package main import "fmt"

func main(){ fmt.Println("Hello World from github.com/menduo/golang") } """ golang.run_code(code) ```

run file

```python import golang

filepath = "~/ws/contrib/golang/golang/testdata/gocode/code1/main.go" golang.run_file(filepath) ```

Owner

  • Name: menduo
  • Login: menduo
  • Kind: user
  • Location: Beijing, China

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 544 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 56
    (may contain duplicates)
  • Total versions: 11
  • Total maintainers: 1
pypi.org: golang

golang

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 56
  • Downloads: 544 Last month
Rankings
Dependent repos count: 2.0%
Average: 6.6%
Downloads: 7.7%
Dependent packages count: 10.0%
Maintainers (1)
Last synced: 11 months ago
proxy.golang.org: github.com/menduo/golang
  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.4%
Average: 9.0%
Dependent repos count: 9.5%
Last synced: 11 months ago

Dependencies

pyproject.toml pypi
.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
.github/workflows/publish_to_testpypi.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
setup.py pypi