Metadata-Version: 2.4
Name: neurosig-analyseur
Version: 0.0.5
Summary: Module (Library) for analyzing models (CBGTC, rBCBG) outputs.
Author-email: Lungsi NGWUA <neuralgraphs@gmail.com>
Maintainer-email: Lungsi NGWUA <neuralgraphs@gmail.com>
Project-URL: Homepage, https://analyseur.readthedocs.io/
Project-URL: Source, https://github.com/neuralmodelling/analyseur
Project-URL: Bug Reports, https://github.com/neuralmodelling/analyseur/issues
Keywords: NEUROSCIENCE,COMPUTATIONAL NEUROSCIENCE,SIGNAL PROCESSING,SPIKING,BASAL GANGLIA
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: pywavelets
Requires-Dist: networkx
Dynamic: license-file

# Analyseur

> A lightweight and extensible analysis toolkit

<img src="https://github.com/neuralmodelling/analyseur/raw/refs/heads/main/docs/images/analyseur.svg" alt="Analyseur" height="200" />

## Overview

**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.

## Features

- 🔍 Flexible data analysis pipeline
- ⚙️ Modular architecture
- 📦 Easy integration with existing projects

## Installation

```bash
pip install neurosig-analyseur
```

Or install from source:

```bash
git clone https://github.com/neuralmodelling/analyseur.git
cd analyseur
pip install -e .
```

## Usage

- [Documentation](https://analyseur.readthedocs.io) 🗃️
- [Source](https://github.com/neuralmodelling/analyseur) 📄🐍

## Project Structure

```
analyseur/
├── src/
|   |__ analyseur/
|   |   |__ cbgtc/
|   |   |   |__ modules/
|   |   |
|   |   |__ rbcbg/
|   |       |__ modules/
|   |
|__ scripts/
|   |__ cbgtc/
|   |   |__ scriptX.py
|   |
|   |__ rbcbg/
|
|__ docs/
|   |__ cbgtc/
|   |__ rbcbg/
|   |__ scripts/
|
|__ __init__.py
```

## License

BSD-3-Clause

---

## Supported by

<p align="center">
  <img src="https://raw.githubusercontent.com/neuralmodelling/analyseur/refs/heads/main/docs/images/LOGO_CNRS_BLEU.png" alt="CNRS" height="80" />
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/neuralmodelling/analyseur/refs/heads/main/docs/images/Logo_Sorbonne_University.png" alt="Sorbonne University" height="80" />
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/neuralmodelling/analyseur/refs/heads/main/docs/images/logo-isir.png" alt="ISIR" height="80" />
</p>
