{"id":31536752,"url":"https://github.com/bids-standard/pybids-reports","last_synced_at":"2025-10-04T07:48:01.328Z","repository":{"id":44160022,"uuid":"457946917","full_name":"bids-standard/pybids-reports","owner":"bids-standard","description":"A subpackage of pyBIDS, implementing automatic report generation from BIDS datasets.","archived":false,"fork":false,"pushed_at":"2025-10-02T07:54:09.000Z","size":1199,"stargazers_count":1,"open_issues_count":8,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-02T09:28:13.151Z","etag":null,"topics":["bids","brain","methods"],"latest_commit_sha":null,"homepage":"http://pybids-reports.readthedocs.io/","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/bids-standard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2022-02-10T21:04:31.000Z","updated_at":"2025-10-02T07:54:11.000Z","dependencies_parsed_at":"2023-10-03T11:22:34.209Z","dependency_job_id":"182d2fe5-4e75-4f9c-8925-e8ddc834517e","html_url":"https://github.com/bids-standard/pybids-reports","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bids-standard/pybids-reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fpybids-reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fpybids-reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fpybids-reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fpybids-reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bids-standard","download_url":"https://codeload.github.com/bids-standard/pybids-reports/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bids-standard%2Fpybids-reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277994415,"owners_count":25911877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bids","brain","methods"],"created_at":"2025-10-04T07:47:54.203Z","updated_at":"2025-10-04T07:48:01.322Z","avatar_url":"https://github.com/bids-standard.png","language":"Python","readme":"[![Run Tests](https://github.com/bids-standard/pybids-reports/actions/workflows/testing.yml/badge.svg)](https://github.com/bids-standard/pybids-reports/actions/workflows/testing.yml)\n[![Documentation Status](https://readthedocs.org/projects/pybids-reports/badge/?version=latest)](https://pybids-reports.readthedocs.io/en/latest/?badge=latest)\n![https://github.com/psf/black](https://img.shields.io/badge/code%20style-black-000000.svg)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/bids-standard/pybids-reports/main.svg)](https://results.pre-commit.ci/latest/github/bids-standard/pybids-reports/main)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nilearn.svg)](https://pypi.org/project/nilearn/)\n\n\n# pybids-reports\n\npybids-reports is a subpackage of pyBIDS,\nimplementing automatic report generation from BIDS datasets.\n\nSee the [BIDS paper](http://www.nature.com/articles/sdata201644) and\nhttp://bids.neuroimaging.io website for more information.\n\nNOTE: The reports module is experimental and currently under active development,\nand as such should be used with caution.\nPlease remember to verify any generated report before putting it to use.\n\nAdditionally, support for some dataypes (for example EEG or motion) may be limited or missing.\n\n## Install\n\n```bash\npip install pybids-reports\n```\n\n### Quickstart\n\nA simple example of standard usage follows.\nWe assume that we have a root folder\ncontaining a BIDS-compliant project in `/bidsproject`.\n\n\u003c!-- TODO\n\nupdate example below\n\n --\u003e\n\n```python\nfrom bids.layout import BIDSLayout\nfrom bids.reports import BIDSReport\n\n# Load the BIDS dataset\nlayout = BIDSLayout('/bidsproject')\n\n# Initialize a report for the dataset\nreport = BIDSReport(layout)\n\n# Method generate returns a Counter of unique descriptions across subjects\ndescriptions = report.generate()\n\n# For datasets containing a single study design, all but the most common\n# description most likely reflect random missing data.\npub_description = descriptions.most_common()[0][0]\n```\n\n## License\n\n`pybids-reports` is licensed under the terms of the MIT license.\n\nSee the file \"LICENSE\" for information on the history of this software,\nterms \u0026 conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.\n\nAll trademarks referenced herein are property of their respective holders.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbids-standard%2Fpybids-reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbids-standard%2Fpybids-reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbids-standard%2Fpybids-reports/lists"}