A lightweight and extensible analysis toolkit
Analyseur is a modular package designed to simplify data analysis workflows. It provides a clean API, extensibility, and composable components for building custom analysis pipelines.
- 🔍 Flexible data analysis pipeline
- ⚙️ Modular architecture
- 📦 Easy integration with existing projects
pip install neurosig-analyseurOr install from source:
git clone https://github.com/neuralmodelling/analyseur.git
cd analyseur
pip install -e .- Documentation 🗃️
- Source 📄🐍
analyseur/
├── src/
| |__ analyseur/
| | |__ cbgtc/
| | | |__ modules/
| | |
| | |__ rbcbg/
| | |__ modules/
| |
|__ scripts/
| |__ cbgtc/
| | |__ scriptX.py
| |
| |__ rbcbg/
|
|__ docs/
| |__ cbgtc/
| |__ rbcbg/
| |__ scripts/
|
|__ __init__.py
BSD-3-Clause


