Metadata-Version: 2.4
Name: neurosig-analyseur
Version: 0.0.1
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="/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

Use cases are documented [here.](https://analyseur.readthedocs.io)

## Project Structure

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

## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.

## License

BSD-3-Clause

## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.

---

## Supported by

<p align="center">
  <img src="/docs/images/LOGO_CNRS_BLEU.png" alt="CNRS" height="80" />
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="/docs/images/Logo_Sorbonne_University.png" alt="Sorbonne University" height="80" />
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="/docs/images/logo-isir.png" alt="ISIR" height="80" />
</p>
