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.
- Host: GitHub
- URL: https://github.com/richardartoul/molecule
- Owner: richardartoul
- License: mit
- Created: 2020-03-28T17:16:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-09-11T22:10:46.000Z (4 days ago)
- Last Synced: 2026-09-14T02:34:45.172Z (2 days ago)
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 417
- Watchers: 11
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Richard Artoul
- Login: richardartoul
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company: Datadog
- Icon url: https://avatars.githubusercontent.com/u/9171254?u=9cf97ef8ad60fd5ef588cb4b60cc3641ec74f538&v=4
- Repositories: 21
- Last Synced at: 2023-03-01T14:20:26.326Z
- Profile URL: https://github.com/richardartoul
GitHub Events
Total
- Fork event: 1
- Member event: 1
- Watch event: 10
- Total: 12
Last Year
- Member event: 1
- Watch event: 1
- Total: 2
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 | 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
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
- Total packages: 5
- Total downloads: unknown
- Total docker downloads: 2,067,185,766
- Total dependent packages: 92 (may contain duplicates)
- Total dependent repositories: 261 (may contain duplicates)
- Total versions: 3
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
- Homepage:
- 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-14T05:18:08.410Z (2 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.503%
- Average: 4.654%
- Dependent repos count: 4.806%
proxy.golang.org: github.com/RichardArtoul/molecule
- Homepage:
- 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:49:51.190Z (2 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.269%
- Average: 5.446%
- Dependent repos count: 5.623%
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.
- Homepage: https://github.com/richardartoul/molecule
- Status: removed
- Documentation: https://pkg.go.dev/github.com/richardartoul/molecule/src/protowire#section-documentation
- Licenses: MIT, BSD-3-Clause
- Latest release: (published 9 months ago)
- Last Synced: 2026-09-14T04:52:17.588Z (2 days ago)
- Versions: 0
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.7%
- Average: 5.891%
- Dependent repos count: 6.082%
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
- 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
- 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
- actions/checkout v2 composite
- actions/setup-go v1 composite