{"id":13689067,"url":"https://github.com/graspologic-org/graspologic","last_synced_at":"2026-03-27T04:05:20.403Z","repository":{"id":37893342,"uuid":"147768493","full_name":"graspologic-org/graspologic","owner":"graspologic-org","description":"Python package for graph statistics","archived":false,"fork":false,"pushed_at":"2025-11-25T18:20:39.000Z","size":724745,"stargazers_count":968,"open_issues_count":72,"forks_count":162,"subscribers_count":18,"default_branch":"main","last_synced_at":"2026-02-11T02:42:46.690Z","etag":null,"topics":["data-science","graph","graph-statistics","machine-learning","networks","python"],"latest_commit_sha":null,"homepage":"https://graspologic-org.github.io/graspologic/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graspologic-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-07T04:00:05.000Z","updated_at":"2026-02-10T20:49:37.000Z","dependencies_parsed_at":"2023-09-26T03:44:30.389Z","dependency_job_id":"68e82353-f25d-405a-96cb-f39bd1514e77","html_url":"https://github.com/graspologic-org/graspologic","commit_stats":{"total_commits":769,"total_committers":64,"mean_commits":12.015625,"dds":0.7724317295188556,"last_synced_commit":"33809fb5aa0c1df6756d601b76220491b4ed43e8"},"previous_names":["neurodata/graspy","graspologic-org/graspologic","microsoft/graspologic"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/graspologic-org/graspologic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graspologic-org%2Fgraspologic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graspologic-org%2Fgraspologic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graspologic-org%2Fgraspologic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graspologic-org%2Fgraspologic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graspologic-org","download_url":"https://codeload.github.com/graspologic-org/graspologic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graspologic-org%2Fgraspologic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","graph","graph-statistics","machine-learning","networks","python"],"created_at":"2024-08-02T15:01:32.680Z","updated_at":"2026-03-27T04:05:20.390Z","avatar_url":"https://github.com/graspologic-org.png","language":"Python","readme":"\u003c!-- omit in toc --\u003e\n# graspologic\n[![Paper shield](https://img.shields.io/badge/JMLR-Paper-red)](http://www.jmlr.org/papers/volume20/19-490/19-490.pdf)\n[![PyPI version](https://img.shields.io/pypi/v/graspologic.svg)](https://pypi.org/project/graspologic/)\n[![Downloads shield](https://pepy.tech/badge/graspologic)](https://pepy.tech/project/graspologic)\n[![graspologic Build](https://github.com/graspologic-org/graspologic/actions/workflows/build.yml/badge.svg)](https://github.com/graspologic-org/graspologic/actions/workflows/build.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## `graspologic` is a package for graph statistical algorithms.\n\u003c!-- no toc --\u003e\n- [Overview](#overview)\n- [Documentation](#documentation)\n- [System Requirements](#system-requirements)\n- [Installation Guide](#installation-guide)\n- [Contributing](#contributing)\n- [License](#license)\n- [Issues](#issues)\n- [Citing `graspologic`](#citing-graspologic)\n\n# Overview\nA graph, or network, provides a mathematically intuitive representation of data with some sort of relationship between items. For example, a social network can be represented as a graph by considering all participants in the social network as nodes, with connections representing whether each pair of individuals in the network are friends with one another. Naively, one might apply traditional statistical techniques to a graph, which neglects the spatial arrangement of nodes within the network and is not utilizing all of the information present in the graph. In this package, we provide utilities and algorithms designed for the processing and analysis of graphs with specialized graph statistical algorithms.\n\n# Documentation\nThe official documentation with usage is at [https://graspologic-org.github.io/graspologic/latest](https://graspologic-org.github.io/graspologic/latest)\n\nPlease visit the [tutorial section](https://graspologic-org.github.io/graspologic/latest/tutorials/index.html) in the official website for more in depth usage.\n\n# System Requirements\n\u003c!-- omit in toc --\u003e\n## Hardware requirements\n`graspologic` package requires only a standard computer with enough RAM to support the in-memory operations.\n\n\u003c!-- omit in toc --\u003e\n## Software requirements\n\u003c!-- omit in toc --\u003e\n### OS Requirements\n`graspologic` is tested on the following OSes:\n- Linux x64\n- macOS x64\n- Windows 10 x64\n\nAnd across the following **x86_64** versions of Python:\n- 3.9\n- 3.10\n- 3.11\n- 3.12\n\nIf you try to use `graspologic` for a different platform than the ones listed and notice any unexpected behavior,\nplease feel free to [raise an issue](https://github.com/graspologic-org/graspologic/issues/new).  It's better for ourselves and our users\nif we have concrete examples of things not working!\n\n# Installation Guide\n\u003c!-- omit in toc --\u003e\n## Install from pip\n```\npip install graspologic\n```\n\n\u003c!-- omit in toc --\u003e\n## Install from Github\n```\ngit clone https://github.com/graspologic-org/graspologic\ncd graspologic\npython3 -m venv venv\nsource venv/bin/activate\npip install .\n```\n\n# Contributing\nWe welcome contributions from anyone. Please see our [contribution guidelines](https://github.com/graspologic-org/graspologic/blob/dev/CONTRIBUTING.md) before making a pull request. Our\n[issues](https://github.com/graspologic-org/graspologic/issues) page is full of places we could use help!\nIf you have an idea for an improvement not listed there, please\n[make an issue](https://github.com/graspologic-org/graspologic/issues/new) first so you can discuss with the developers.\n\n# License\nThis project is covered under the MIT License.\n\n# Issues\nWe appreciate detailed bug reports and feature requests (though we appreciate pull requests even more!). Please visit our [issues](https://github.com/graspologic-org/graspologic/issues) page if you have questions or ideas.\n\n# Citing `graspologic`\nIf you find `graspologic` useful in your work, please cite the package via the [GraSPy paper](http://www.jmlr.org/papers/volume20/19-490/19-490.pdf)\n\n\u003e Chung, J., Pedigo, B. D., Bridgeford, E. W., Varjavand, B. K., Helm, H. S., \u0026 Vogelstein, J. T. (2019). GraSPy: Graph Statistics in Python. Journal of Machine Learning Research, 20(158), 1-7.\n","funding_links":[],"categories":["Python","Network Analysis and Statistics"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraspologic-org%2Fgraspologic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraspologic-org%2Fgraspologic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraspologic-org%2Fgraspologic/lists"}