{"id":19034794,"url":"https://github.com/int-brain-lab/bpod-core","last_synced_at":"2026-03-01T18:04:05.397Z","repository":{"id":183773377,"uuid":"670711480","full_name":"int-brain-lab/bpod-core","owner":"int-brain-lab","description":"A Python library for communicating with the Bpod Finite State Machine","archived":false,"fork":false,"pushed_at":"2026-02-27T12:48:17.000Z","size":1348,"stargazers_count":4,"open_issues_count":9,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-27T15:16:06.731Z","etag":null,"topics":["behavior","bpod","experiment","science","state-machine"],"latest_commit_sha":null,"homepage":"https://int-brain-lab.github.io/bpod-core/","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/int-brain-lab.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":"2023-07-25T16:53:36.000Z","updated_at":"2026-02-23T13:25:25.000Z","dependencies_parsed_at":"2023-11-06T12:40:23.590Z","dependency_job_id":"6a9419a5-aae4-43ca-b233-cc840875c843","html_url":"https://github.com/int-brain-lab/bpod-core","commit_stats":null,"previous_names":["int-brain-lab/bpod","int-brain-lab/iblbpod","int-brain-lab/bpod-core"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/int-brain-lab/bpod-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int-brain-lab%2Fbpod-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int-brain-lab%2Fbpod-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int-brain-lab%2Fbpod-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int-brain-lab%2Fbpod-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/int-brain-lab","download_url":"https://codeload.github.com/int-brain-lab/bpod-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int-brain-lab%2Fbpod-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29977970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["behavior","bpod","experiment","science","state-machine"],"created_at":"2024-11-08T21:47:33.056Z","updated_at":"2026-03-01T18:04:05.392Z","avatar_url":"https://github.com/int-brain-lab.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/int-brain-lab/bpod-core/refs/heads/main/docs/source/_static/bpod-core.svg\" /\u003e\n\u003c/p\u003e\n\n# bpod-core\n\nA Python library for communicating with the [*Bpod Finite State Machine*](https://sanworks.io/).\n\n\u003e [!WARNING]\n\u003e bpod-core is under development and not yet ready for production use.\n\nThis project is maintained by the software development team at the\n[*International Brain Lab*](https://internationalbrainlab.org/).\n\n## Goals\n* **Interface to Bpod Devices:** Provides an interface for interacting with Bpod devices.\n* **State Machine Management:** Offers capabilities to define, validate, and run state machines.\n* **Standalone or Library Use:** Can function independently or be integrated as a library within other projects.\n* **Performance-Oriented:** Designed to be lean and fast.\n* **Quality Assurance:** Typed, tested, and documented.\n\n## Non-Goals\n* **No GUI:** Does not include a graphical user interface.\n* **Limited High-Level Functionality:** Does not provide features such as data management, configuration, or calibration.\n* **No Specific Module Support:** Does not implement support for specific Bpod modules.\n\n## Links\n* [Documentation and API reference](https://int-brain-lab.github.io/bpod-core)\n* [Bpod Wiki](https://sanworks.github.io/Bpod_Wiki) - maintained by [*Sanworks*](https://sanworks.io/)\n* [PyBpod](https://pybpod.readthedocs.io) - another Python project for Bpod devices\n\n---\n[![CI](https://github.com/int-brain-lab/bpod-core/actions/workflows/main.yaml/badge.svg)](https://github.com/int-brain-lab/bpod-core/actions/workflows/main.yaml)\n[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)\n[![Coverage Status](https://coveralls.io/repos/github/int-brain-lab/bpod-core/badge.svg?branch=main)](https://coveralls.io/github/int-brain-lab/bpod-core?branch=main)\n[![License](https://img.shields.io/github/license/int-brain-lab/bpod-core)](https://github.com/int-brain-lab/bpod-core/blob/main/LICENSE)\n[![GitHub tag](https://img.shields.io/github/v/tag/int-brain-lab/bpod-core)](https://github.com/int-brain-lab/bpod-core/tags)\n[![PyPI](https://img.shields.io/pypi/v/bpod-core)](https://pypi.org/project/bpod-core/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fint-brain-lab%2Fbpod-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fint-brain-lab%2Fbpod-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fint-brain-lab%2Fbpod-core/lists"}