Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-brain-lab/bpod-core
https://github.com/int-brain-lab/bpod-core
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/int-brain-lab/bpod-core
- Owner: int-brain-lab
- License: mit
- Created: 2023-07-25T16:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T13:27:15.000Z (4 months ago)
- Last Synced: 2024-11-08T21:47:25.924Z (2 months ago)
- Language: Python
- Size: 3.23 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bpod
====**bpod** is a Python class for communicating with the *Bpod* device from [*Sanworks*](https://sanworks.io/).
This project is maintained by the software development team at the
[*International Brain Lab*](https://internationalbrainlab.org/).Installation for use
--------------------``` bash
git clone https://github.com/int-brain-lab/bpod.git
cd bpod
python3.10 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -e .
```Currently, only Python v3.10 on Ubuntu 22.04, Fedora 38 and Windows 10 is being tested.
Installation for developers
---------------------------``` bash
git clone https://github.com/int-brain-lab/bpod.git
cd bpod
python3.10 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -e .[DEV]
pre-commit install
```This repository is adhering to the following conventions:
* [semantic versioning](https://semver.org/) for consistent version numbering logic
* [rough](https://docs.astral.sh/ruff) for linting and formatting