ssz

Python implementation of the Simple Serialize encoding and decoding

https://github.com/ethereum/py-ssz

Science Score: 36.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
    1 of 25 committers (4.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary

Keywords

ssz

Keywords from Contributors

version
Last synced: 10 months ago · JSON representation

Repository

Python implementation of the Simple Serialize encoding and decoding

Basic Info
  • Host: GitHub
  • Owner: ethereum
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 879 KB
Statistics
  • Stars: 35
  • Watchers: 9
  • Forks: 24
  • Open Issues: 15
  • Releases: 0
Topics
ssz
Created over 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

py-ssz

Join the conversation on Discord Build Status PyPI version Python versions Docs build

Python implementation of the Simple Serialization encoding and decoding

Read the documentation.

View the change log.

Installation

sh python -m pip install ssz

Owner

  • Name: ethereum
  • Login: ethereum
  • Kind: organization

GitHub Events

Total
  • Issues event: 2
  • Watch event: 5
  • Delete event: 5
  • Issue comment event: 3
  • Push event: 7
  • Pull request review event: 26
  • Pull request review comment event: 17
  • Pull request event: 16
  • Fork event: 2
  • Create event: 2
Last Year
  • Issues event: 2
  • Watch event: 5
  • Delete event: 5
  • Issue comment event: 3
  • Push event: 7
  • Pull request review event: 26
  • Pull request review comment event: 17
  • Pull request event: 16
  • Fork event: 2
  • Create event: 2

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 574
  • Total Committers: 25
  • Avg Commits per committer: 22.96
  • Development Distribution Score (DDS): 0.714
Past Year
  • Commits: 43
  • Committers: 5
  • Avg Commits per committer: 8.6
  • Development Distribution Score (DDS): 0.442
Top Committers
Name Email Commits
Jannik Luhn j****k@b****m 164
Jason Carver u****s@s****m 102
Hsiao-Wei Wang h****6@g****m 73
Paul Robinson 5****b 44
Bhargavasomu s****7@g****m 41
Chih Cheng Liang c****g@g****m 36
pacrob p****b@p****m 21
David Sanders d****e@g****m 17
kclowes k****s 15
Jannik Luhn j****n@b****m 11
pacrob p****l@p****m 8
Piper Merriam p****m@g****m 8
franck44 f****h@g****m 7
Alex Stokes r****s@g****m 5
fselmo f****2@g****m 5
Christoph Burgdorf c****f@g****m 3
Joanne Fuller b****n 3
Chih Cheng Liang cc@e****g 2
Nick Gheorghita n****a@g****m 2
Stuart Reed s****d@e****g 2
Piper Merriam p****r@p****m 1
Tiffany McKenzie 2****1 1
Marc Garreau 3****m 1
Stuart Reed s****d@c****u 1
protolambda p****o@p****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 36
  • Total pull requests: 87
  • Average time to close issues: 3 months
  • Average time to close pull requests: 27 days
  • Total issue authors: 12
  • Total pull request authors: 11
  • Average comments per issue: 1.97
  • Average comments per pull request: 1.02
  • Merged pull requests: 72
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 13
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 21 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.46
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hwwhww (7)
  • ralexstokes (6)
  • jannikluhn (5)
  • pacrob (4)
  • carver (4)
  • ChihChengLiang (3)
  • booleanfunction (2)
  • tsudmi (1)
  • franck44 (1)
  • remyroy (1)
  • pipermerriam (1)
  • djrtwo (1)
Pull Request Authors
  • pacrob (24)
  • jannikluhn (23)
  • hwwhww (23)
  • carver (5)
  • ChihChengLiang (4)
  • ralexstokes (4)
  • protolambda (2)
  • pipermerriam (1)
  • cburgdorf (1)
  • booleanfunction (1)
  • franck44 (1)
Top Labels
Issue Labels
bug (1) bounty (1)
Pull Request Labels
DO NOT MERGE (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8,820 last-month
  • Total docker downloads: 257
  • Total dependent packages: 3
  • Total dependent repositories: 28
  • Total versions: 27
  • Total maintainers: 4
pypi.org: ssz

ssz: Python implementation of the Simple Serialization encoding and decoding

  • Versions: 27
  • Dependent Packages: 3
  • Dependent Repositories: 28
  • Downloads: 8,820 Last month
  • Docker Downloads: 257
Rankings
Dependent packages count: 2.4%
Docker downloads count: 2.4%
Dependent repos count: 2.7%
Downloads: 5.0%
Average: 5.4%
Forks count: 8.1%
Stargazers count: 11.9%
Maintainers (4)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
setup.py pypi
  • When *
  • eth-utils >=2
  • lru-dict >=1.1.6
  • pyrsistent >=0.16.0,<0.17
  • transform *