Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: u2takey
  • License: mit
  • Language: Go
  • Default Branch: master
  • Size: 28.3 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Codemeta

README.md

gopyter

Gopyter provide a template to develop kernels with golang. Now gopyter provide two built-in kernels: starlark-go and lua-go

Install Starlark-go

go go install github.com/u2takey/gopyter@latest mkdir -p `jupyter --data-dir`/kernels/starlark-go cp ./kernel/kernel_starlark_go.json `jupyter --data-dir`/kernels/starlark-go/kernel.json

Install Lua-go

go go install github.com/u2takey/gopyter@latest mkdir -p `jupyter --data-dir`/kernels/lua-go cp ./kernel/kernel_lua_go.json `jupyter --data-dir`/kernels/lua-go/kernel.json

How to Implement new Kernel

Just implement interface KernelInterface and do RegisterKernel

go type KernelInterface interface { Init() error Eval(outerr OutErr, code string) (val []interface{}, err error) Name() string }

Owner

  • Name: leiiwang
  • Login: u2takey
  • Kind: user
  • Location: china

-。-

CodeMeta (codemeta.json)

{
  "@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
  "@type": "Code",
  "author": [],
  "identifier": "",
  "codeRepository": "https://github.com/u2takey/gopyter",
  "datePublished": "2021-01-22",
  "dateModified": "2021-01-22",
  "dateCreated": "2021-01-22",
  "description": "The starlark-go kernel for Jupyter notebooks and nteract. ",
  "keywords": "starlark, jupyter, nteract, golang, data science",
  "license": "GPL v3.0",
  "title": "gopyter",
  "version": "v0.0.1"
}

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
wanglei.w w****w@b****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 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: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
proxy.golang.org: github.com/u2takey/gopyter
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 9.1%
Average: 9.6%
Dependent repos count: 10.2%
Last synced: 10 months ago

Dependencies

.github/workflows/go.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
go.mod go
  • github.com/go-zeromq/zmq4 v0.13.0
  • github.com/gofrs/uuid v4.0.0+incompatible
  • github.com/u2takey/gopher-lua-lib v0.0.0-20211007095423-7433523bd4af
  • github.com/u2takey/starlark-go-lib v0.0.0-20211013160217-853ce1f9bd2b
  • github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
  • go.starlark.net v0.0.0-20210901212718-87f333178d59
  • golang.org/x/net v0.0.0-20211013153659-ee2e9a082323
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go.sum go
  • 140 dependencies