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

https://github.com/tlsfuzzer/python-ecdsa

cryptography digital-signatures ecdh ecdsa elliptic-curves python

Score: 31.67288000722592

Last synced: about 10 hours ago
JSON representation

Repository metadata:

pure-python ECDSA signature/verification and ECDH key agreement


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 601
Total Committers: 51
Avg Commits per committer: 11.784
Development Distribution Score (DDS): 0.323

Commits in past year: 12
Committers in past year: 4
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.333

Name Email Commits
Hubert Kario h****t@k****l 407
Brian Warner w****r@l****m 86
Alex Gaynor a****r@g****m 9
slush0 i****o@b****z 8
Shrirang Bhate s****r 8
junderw j****d@b****p 7
Elizabeth Myers e****h@i****e 6
Owen Yamauchi o****n@t****m 6
blag b****g 5
Taneli Hukkinen h****1 4
Alexandre Detiste a****e@g****m 4
Hugo h****k 3
pik a****v@g****m 3
Shrirang Bhate s****b@a****m 2
0xmrma m****4@g****m 2
Daniel Himmelstein d****n@g****m 2
Ian Rodney i****y@g****m 2
Sylvain s****r@g****m 2
kcorlidy k****y@o****m 2
Drew Hintz a****z@g****m 2
Sechenov Pavel s****a@m****u 1
Alexander Zilberkant a****t@a****m 1
Alexander Shadchin s****n@y****m 1
Alexander Sosedkin a****n@r****m 1
Benjamin Dauvergne b****e@e****m 1
Bruno Oliveira n****s@g****m 1
vojtechsu x****6@f****z 1
tuxuser 4****r 1
munagekar a****k@g****m 1
mdxs v****n@m****t 1
and 21 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 68
Total pull requests: 104
Average time to close issues: 3 months
Average time to close pull requests: about 2 months
Total issue authors: 48
Total pull request authors: 20
Average comments per issue: 1.68
Average comments per pull request: 0.95
Merged pull request: 86
Bot issues: 0
Bot pull requests: 1

Past year issues: 5
Past year pull requests: 10
Past year average time to close issues: 2 days
Past year average time to close pull requests: 1 day
Past year issue authors: 4
Past year pull request authors: 7
Past year average comments per issue: 0.8
Past year average comments per pull request: 0.8
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/tlsfuzzer/python-ecdsa

Top Issue Authors

  • tomato42 (16)
  • kloczek (4)
  • gaiabio12-design (2)
  • opacey (2)
  • wellingtonmezes (1)
  • TigerZhao007 (1)
  • hamnaz (1)
  • marti1125 (1)
  • salmonberry7 (1)
  • parulchawla894 (1)
  • sumezulike (1)
  • Mingli-001 (1)
  • jelly (1)
  • iceman1001 (1)
  • yaronbenezra (1)

Top Pull Request Authors

  • tomato42 (78)
  • a-detiste (4)
  • alexandrehpiva (3)
  • gstarovo (2)
  • atul-bhardwaj (2)
  • MartinThoma (1)
  • shadchin (1)
  • vojtechsu (1)
  • gaoflow (1)
  • ijrsvt (1)
  • pmazzini (1)
  • apoorvdarshan (1)
  • xiaoge1001 (1)
  • kianmeng (1)
  • Myse1f (1)

Top Issue Labels

  • question (11)
  • maintenance (11)
  • bug (10)
  • not a bug (9)
  • help wanted (7)
  • feature (6)
  • duplicate (4)

Top Pull Request Labels

  • maintenance (48)
  • bug (15)
  • feature (12)
  • help wanted (1)

Package metadata

pypi.org: ecdsa

ECDSA cryptographic signature library (pure python)

anaconda.org: ecdsa

This is an easy-to-use implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman), implemented purely in Python

  • Homepage: https://github.com/tlsfuzzer/python-ecdsa
  • Licenses: MIT
  • Latest release: 0.19.2 (published 29 days ago)
  • Last Synced: 2026-07-28T16:18:18.408Z (28 days ago)
  • Versions: 7
  • Dependent Packages: 1
  • Dependent Repositories: 10
  • Downloads: 54,423 Total
  • Rankings:
    • Dependent packages count: 30.652%
    • Average: 34.385%
    • Dependent repos count: 38.117%
gentoo-portage: dev-python/ecdsa

ECDSA cryptographic signature library in pure Python

  • Homepage: https://github.com/tlsfuzzer/python-ecdsa/
  • Documentation: https://packages.gentoo.org/packages/dev-python/ecdsa
  • Licenses: MIT
  • Latest release: 0.19.2 (published 4 months ago)
  • Last Synced: 2026-05-27T02:22:50.464Z (3 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

build-requirements-2.6.txt pypi
  • cffi <1.14
  • coverage *
  • coveralls add-py26
  • hypothesis <3
  • idna <2.8
  • inflect <0.3.1
  • mock ==2.0.0
  • pyopenssl <18
  • tox *
  • unittest2 *
build-requirements-2.7.txt pypi
  • coverage *
  • coveralls add-py26
  • hypothesis *
  • pytest >=4.6.0
  • tox *
build-requirements.txt pypi
  • coverage *
  • coveralls *
  • hypothesis *
  • pytest >=4.6.0
  • tox *
docs/requirements.txt pypi
  • six *
setup.py pypi
  • six >=1.9.0
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/checkout v1 composite
  • actions/setup-python v2 composite
  • schneegans/dynamic-badges-action v1.4.0 composite
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
requirements.txt pypi
  • six *