pyOpenSci: https://github.com/python-graphblas/python-graphblas
complex-networks graph-algorithms graph-analysis graph-datastructures graph-theory graphblas linear-algebra numba pydata python python-wrapper sparse sparse-data sparse-matrix suitesparse
Score: 19.68025111796787
Last synced: about 19 hours ago
JSON representation
Repository metadata:
Python library for GraphBLAS: high-performance sparse linear algebra for scalable graph analytics
- Host: GitHub
- URL: https://github.com/python-graphblas/python-graphblas
- Owner: python-graphblas
- License: apache-2.0
- Created: 2019-11-11T15:47:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-27T23:07:15.000Z (2 months ago)
- Last Synced: 2026-06-07T04:03:36.173Z (21 days ago)
- Topics: complex-networks, graph-algorithms, graph-analysis, graph-datastructures, graph-theory, graphblas, linear-algebra, numba, pydata, python, python-wrapper, sparse, sparse-data, sparse-matrix, suitesparse
- Language: Jupyter Notebook
- Homepage: https://python-graphblas.readthedocs.io/en/stable/
- Size: 3.98 MB
- Stars: 155
- Watchers: 9
- Forks: 16
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: python-graphblas
- Login: python-graphblas
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/103965858?v=4
- Repositories: 4
- Last Synced at: 2023-03-05T06:42:42.577Z
- Profile URL: https://github.com/python-graphblas
GitHub Events
Total
- Create event: 14
- Delete event: 9
- Fork event: 1
- Issue comment event: 27
- Issues event: 3
- Pull request event: 19
- Pull request review event: 2
- Push event: 9
- Release event: 3
- Watch event: 19
- Total: 106
Last Year
- Create event: 9
- Delete event: 5
- Issue comment event: 3
- Pull request event: 9
- Push event: 2
- Watch event: 9
- Total: 37
Committers metadata
Last synced: 3 days ago
Total Commits: 776
Total Committers: 11
Avg Commits per committer: 70.545
Development Distribution Score (DDS): 0.168
Commits in past year: 2
Committers in past year: 2
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.5
| Name | Commits | |
|---|---|---|
| Erik Welch | e****h@g****m | 646 |
| Jim Kitchen | j****k@g****m | 88 |
| dependabot[bot] | 4****] | 16 |
| Sultan Orazbayev | c****t@e****m | 9 |
| Particular Miner | 7****r | 7 |
| Stan Seibert | s****t@a****m | 3 |
| pre-commit-ci[bot] | 6****] | 2 |
| William Zijie Zhang | 8****n | 2 |
| Sophia Lockton | 6****4 | 1 |
| Paul Nguyen | p****n@g****m | 1 |
| Adam Lugowski | a****i@g****m | 1 |
Issue and Pull Request metadata
Last synced: 5 days ago
Total issues: 72
Total pull requests: 171
Average time to close issues: about 2 months
Average time to close pull requests: 24 days
Total issue authors: 12
Total pull request authors: 8
Average comments per issue: 2.69
Average comments per pull request: 2.01
Merged pull request: 135
Bot issues: 0
Bot pull requests: 44
Past year issues: 1
Past year pull requests: 14
Past year average time to close issues: N/A
Past year average time to close pull requests: 4 months
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.86
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 10
Top Issue Authors
- eriknw (26)
- sneakers-the-rat (16)
- szhorvat (10)
- SultanOrazbayev (5)
- alugowski (5)
- khoinpd0411 (2)
- Transurgeon (2)
- jim22k (2)
- zhi-bao (1)
- q-aaronzolnailucas (1)
- ivirshup (1)
- galaxy001 (1)
Top Pull Request Authors
- eriknw (94)
- dependabot[bot] (36)
- jim22k (16)
- SultanOrazbayev (12)
- pre-commit-ci[bot] (8)
- Transurgeon (3)
- slockton24 (1)
- alugowski (1)
Top Issue Labels
- documentation (19)
- discussion (17)
- hygiene (10)
- io (6)
- enhancement (6)
- good first issue (4)
- bug (4)
- feature (4)
- good second issue (3)
- lowpriority (3)
- upstream (2)
- suitesparse (1)
- tests (1)
- deprecation (1)
- highpriority (1)
- community (1)
Top Pull Request Labels
- dependencies (36)
- hygiene (12)
- github_actions (10)
- documentation (8)
- feature (6)
- deprecation (4)
- io (4)
- bug (3)
- enhancement (3)
- suitesparse (1)
- tests (1)
- lowpriority (1)
- regression (1)
- discussion (1)
- performance (1)
Package metadata
- Total packages: 2
-
Total downloads:
- pypi: 26,144 last-month
- conda: 119,459 total
- Total dependent packages: 5 (may contain duplicates)
- Total dependent repositories: 6 (may contain duplicates)
- Total versions: 33
- Total maintainers: 2
pypi.org: python-graphblas
Python library for GraphBLAS: high-performance sparse linear algebra for scalable graph analytics
- Homepage:
- Documentation: https://python-graphblas.readthedocs.io/
- Licenses: Apache Software License
- Latest release: 2025.2.0 (published over 1 year ago)
- Last Synced: 2026-06-25T13:00:50.788Z (3 days ago)
- Versions: 24
- Dependent Packages: 4
- Dependent Repositories: 2
- Downloads: 26,144 Last month
-
Rankings:
- Dependent packages count: 2.332%
- Downloads: 4.964%
- Average: 6.306%
- Dependent repos count: 11.622%
- Maintainers (2)
conda-forge.org: python-graphblas
Python wrapper around GraphBLAS. Currently only supports SuiteSparse::GraphBLAS. Goal is to be a Pythonic way to write beautiful, efficient graph algorithms in the language of linear algebra.
- Homepage: https://github.com/python-graphblas/python-graphblas
- Licenses: Apache-2.0
- Latest release: 2022.11.0 (published over 3 years ago)
- Last Synced: 2026-03-11T23:05:13.953Z (4 months ago)
- Versions: 9
- Dependent Packages: 1
- Dependent Repositories: 4
- Downloads: 119,459 Total
-
Rankings:
- Dependent repos count: 16.039%
- Dependent packages count: 28.964%
- Average: 32.631%
- Stargazers count: 40.656%
- Forks count: 44.868%
Dependencies
- suitesparse-graphblas *
- actions/checkout v3 composite
- mxschmitt/action-tmate v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- ddradar/choose-random-action v2.0.2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pre-commit/action v3.0.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish v1.6.4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- conda-incubator/setup-miniconda v2 composite
- ddradar/choose-random-action v2.0.2 composite
- awkward * development
- datashader * development
- donfig * development
- hvplot * development
- icecream * development
- ipykernel * development
- ipython * development
- matplotlib * development
- mypy * development
- nbsphinx * development
- networkx * development
- numba * development
- numpydoc * development
- pandas * development
- pre-commit * development
- pydata-sphinx-theme * development
- pytest-cov * development
- pyyaml * development
- scipy * development
- sparse * development
- sphinx-panels * development
- suitesparse-graphblas * development
- donfig >=0.6
- numba >=0.55
- numpy >=1.21
- pyyaml >=5.4
- suitesparse-graphblas >=7.4.0.0, <7.5
- cairosvg
- drawsvg
- matplotlib
- networkx
- pandas
- python 3.11.*
- python-graphblas
- scipy
- awkward
- cairosvg
- datashader
- donfig
- drawsvg
- fast_matrix_market
- hvplot
- icecream
- ipykernel
- ipython
- matplotlib
- mypy
- nbsphinx
- networkx
- numba
- numpydoc
- packaging
- pandas
- pre-commit
- pydata-sphinx-theme
- pytest-cov
- python
- python-suitesparse-graphblas
- pyyaml
- scipy
- sparse
- sphinx-panels
- tomli