An open API service for producing an overview of a list of open source projects.

https://github.com/richardartoul/molecule

Score: 29.682160241008358

Last synced: about 21 hours ago
JSON representation

Repository metadata:

Molecule is a Go library for parsing protobufs in an efficient and zero-allocation manner.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 81
Total Committers: 9
Avg Commits per committer: 9.0
Development Distribution Score (DDS): 0.494

Commits in past year: 10
Committers in past year: 1
Avg Commits per committer in past year: 10.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Richard Artoul r****l@d****m 41
Maud Gautier m****r@g****m 10
Dustin J. Mitchell d****l@d****m 9
Evan Jones e****s@d****m 5
Richard Artoul r****l@g****m 5
Dario Castañé d****e@d****m 5
Kevin Conaway k****y@d****m 3
Felix Geisendörfer f****x@f****e 2
Olivier Mengué d****n@c****g 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 4
Total pull requests: 26
Average time to close issues: 12 months
Average time to close pull requests: 23 days
Total issue authors: 2
Total pull request authors: 9
Average comments per issue: 0.75
Average comments per pull request: 0.69
Merged pull request: 23
Bot issues: 0
Bot pull requests: 1

Past year issues: 1
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: about 11 hours
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/richardartoul/molecule

Top Issue Authors

  • 3052 (3)
  • peterbourgon (1)

Top Pull Request Authors

  • richardartoul (8)
  • evanj (7)
  • darccio (2)
  • dolmen (2)
  • kevinconaway (2)
  • MaudGautier (2)
  • felixge (1)
  • djmitche (1)
  • dependabot[bot] (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (1)

Package metadata

proxy.golang.org: github.com/richardartoul/molecule

  • Homepage: https://github.com/richardartoul/molecule
  • Documentation: https://pkg.go.dev/github.com/richardartoul/molecule#section-documentation
  • Licenses: MIT
  • Latest release: v1.0.0 (published over 4 years ago)
  • Last Synced: 2026-09-14T04:39:26.736Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 92
  • Dependent Repositories: 261
  • Docker Downloads: 2,067,185,766
  • Rankings:
    • Docker downloads count: 0.202%
    • Dependent repos count: 0.403%
    • Dependent packages count: 0.483%
    • Average: 1.989%
    • Stargazers count: 2.943%
    • Forks count: 5.915%
proxy.golang.org: github.com/RICHARDARTOUL/molecule

proxy.golang.org: github.com/RichardArtoul/molecule

proxy.golang.org: github.com/richardartoul/molecule/src/protowire

Package protowire parses and formats the raw wire encoding. See https://developers.google.com/protocol-buffers/docs/encoding. For marshaling and unmarshaling entire protobuf messages, use the "google.golang.org/protobuf/proto" package instead.

proxy.golang.org: github.com/richardartoul/molecule/src/codec

Package codec contains all the logic required for interacting with the protobuf raw encoding. It also contains all the encoding and field type specific constants required for using the molecule library.

  • Homepage: https://github.com/richardartoul/molecule
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/richardartoul/molecule/src/codec#section-documentation
  • Licenses: MIT, Apache-2.0
  • Latest release: (published 8 months ago)
  • Last Synced: 2026-09-14T05:14:00.409Z (2 days ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.703%
    • Average: 5.894%
    • Dependent repos count: 6.085%

Dependencies

go.mod go
  • github.com/golang/protobuf v1.5.0
  • github.com/google/gofuzz v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/stretchr/testify v1.5.1
  • google.golang.org/protobuf v1.27.1
  • gotest.tools v2.2.0+incompatible
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • github.com/google/gofuzz v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.5.1
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.27.1
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.2
  • gotest.tools v2.2.0+incompatible
.github/workflows/go.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v1 composite