Skip to content

beatlab-mcmaster/beatwatch_process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beatwatch-process

Python package for processing data collected with Bangle.js 2 and the BEATwatch application

Installation

Install the beatwatch-process package

uv

uv add git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Or, install a branch, e.g.:

uv add git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git@branch-name

Upgrade to a new version with:

uv add --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Uninstall with:

uv remove beatwatch-process

pip

pip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Or, install a branch, e.g.:

pip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git@branch-name

Upgrade to a new version with:

pip install --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Uninstall with:

pip uninstall beatwatch-process

Usage

Troubleshooting

I keep getting an error: "ModuleNotFoundError: No module named 'beatwatch_process'" when attempting to run scripts. E.g.:

  • uv run beatwatch-process
  • uv run python tests/test_output.py

To reset:

uv run --reinstall

About

Python package for processing data collected with Bangle.js 2 and the BEATwatch application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published