Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 717 Bytes

File metadata and controls

22 lines (15 loc) · 717 Bytes

Champollion Utils

Shared utilities for Champollion projects.

[License: CeCILL] Python 3.10+


📦 Overview

champollion_utils provides reusable Python utilities for the Champollion Pipeline, Champollion v1, and DeepFolding projects. It includes:

  • ScriptBuilder: A flexible command-line script builder (Builder pattern).

🛠 Installation

Via Pixi (Recommended)

Add to your pixi.toml:

[dependencies]
champollion-utils = { url = "https://github.com/neurospin/champollion_utils.git", editable = true }