Python implementation of the language-independent Biosiglib specifications for biomedical signal processing.
Developed by: BSICoS Research Group
Status: Active Development
Biosigpy is currently installed from the repository source tree:
git clone https://github.com/BSICoS/biosigpy.git
cd biosigpy
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pipSee Installation for Windows PowerShell activation, development extras, and documentation build setup.
Biosigpy implements conformant Python APIs for the Biosiglib algorithms currently in scope. The root conformance.json pins the exact Biosiglib revision used by shared conformance tests.
See Conformance for validation commands and local checkout details.
Documentation site
API reference pages are generated from public Python docstrings using mkdocstrings. Detailed installation, examples, conformance, and contribution notes live in docs/.
- Report issues on GitHub Issues.
- Contact the development team for additional support.
Biosigpy is distributed under the GNU General Public License version 3. See LICENSE for the complete license text.